{"id":52490,"library":"klauspost-crc32","title":"CRC32","description":"A fast CRC-32 checksum implementation with hardware acceleration.","status":"active","version":"1.3.0","language":"go","source_language":null,"source_url":"https://github.com/klauspost/crc32","tags":["crc32","checksum","hash","performance"],"install":[{"cmd":"go get github.com/klauspost/crc32","lang":"bash","label":"Install github.com/klauspost/crc32"}],"dependencies":[],"imports":[{"symbol":"crc32","correct":"github.com/klauspost/crc32"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/klauspost/crc32\"\n)\n\nfunc main() {\n\tdata := []byte(\"hello\")\n\thash := crc32.ChecksumIEEE(data)\n\tfmt.Printf(\"%x\\n\", hash)\n}","lang":"go","description":"Compute CRC-32 checksum of a byte slice."},"warnings":[],"env_vars":null,"search_vec":"'-32':5 'acceler':10 'checksum':6,12 'crc':4 'crc32':1,11 'fast':3 'hardwar':9 'hash':13 'implement':7 'perform':14","created_at":"2026-06-15T06:56:06.394583+00:00","updated_at":"2026-06-15T06:56:06.394583+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/klauspost/crc32","github":"https://github.com/klauspost/crc32","docs":"https://pkg.go.dev/github.com/klauspost/crc32#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["crypto"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}