{"id":69430,"library":"dgryski-go-spooky","title":"Go Spooky","description":"A Go implementation of Bob Jenkins' SpookyHash non-cryptographic hash function.","status":"active","version":"0.0.0-20170606183049-ed3d087f40e2","language":"go","source_language":null,"source_url":"https://github.com/dgryski/go-spooky","tags":["hash","non-cryptographic","spookyhash"],"install":[{"cmd":"go get github.com/dgryski/go-spooky","lang":"bash","label":"Install github.com/dgryski/go-spooky"}],"dependencies":[],"imports":[{"symbol":"spooky","correct":"github.com/dgryski/go-spooky"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/dgryski/go-spooky\"\n)\n\nfunc main() {\n\thash := spooky.Hash64([]byte(\"hello\"))\n\tfmt.Printf(\"%x\\n\", hash)\n}","lang":"go","description":"Compute a 64-bit SpookyHash of a byte slice."},"warnings":[],"env_vars":null,"search_vec":"'bob':7 'cryptograph':12,18 'function':14 'go':1,4 'hash':13,15 'implement':5 'jenkin':8 'non':11,17 'non-cryptograph':10,16 'spooki':2 'spookyhash':9,19","created_at":"2026-06-17T18:01:54.152910+00:00","updated_at":"2026-06-17T18:01:54.152910+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/dgryski/go-spooky","github":"https://github.com/dgryski/go-spooky","docs":"https://pkg.go.dev/github.com/dgryski/go-spooky#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-17","next_check":"2026-12-14","install_tag":null}}