{"id":72040,"library":"ebfe-keccak","title":"Keccak","description":"Package keccak implements the Keccak (SHA-3) hash algorithm.","status":"active","version":"0.0.0-20150115210727-5cc570678d1b","language":"go","source_language":null,"source_url":"https://github.com/ebfe/keccak","tags":["keccak","sha3","hash","cryptography"],"install":[{"cmd":"go get github.com/ebfe/keccak","lang":"bash","label":"Install github.com/ebfe/keccak"}],"dependencies":[],"imports":[{"symbol":"keccak","correct":"github.com/ebfe/keccak"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/ebfe/keccak\"\n)\n\nfunc main() {\n\th := keccak.New256()\n\th.Write([]byte(\"hello\"))\n\tfmt.Printf(\"%x\\n\", h.Sum(nil))\n}","lang":"go","description":"Compute a Keccak-256 hash"},"warnings":[{"fix":"Consider using golang.org/x/crypto/sha3 for a more up-to-date and maintained implementation.","message":"This package is a very early implementation and may not be fully compatible with the final SHA-3 standard.","severity":"gotcha","affected_versions":"*"}],"env_vars":null,"search_vec":"'-3':8 'algorithm':10 'cryptographi':14 'hash':9,13 'implement':4 'keccak':1,3,6,11 'packag':2 'sha':7 'sha3':12","created_at":"2026-06-17T18:34:19.181156+00:00","updated_at":"2026-06-17T18:34:19.181156+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/ebfe/keccak","github":"https://github.com/ebfe/keccak","docs":"https://pkg.go.dev/github.com/ebfe/keccak#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}}