{"id":68490,"library":"gxed-hashland-keccakpg","title":"Keccakpg","description":"Keccakpg implements the Keccak (SHA-3) hash algorithm in pure Go.","status":"active","version":"0.0.1","language":"go","source_language":null,"source_url":"https://github.com/gxed/hashland","tags":["crypto","hash","keccak","sha3"],"install":[{"cmd":"go get github.com/gxed/hashland/keccakpg","lang":"bash","label":"Install github.com/gxed/hashland/keccakpg"}],"dependencies":[],"imports":[{"symbol":"keccakpg","correct":"github.com/gxed/hashland/keccakpg"}],"quickstart":{"code":"package main\n\nimport (\n    \"fmt\"\n    \"github.com/gxed/hashland/keccakpg\"\n)\n\nfunc main() {\n    h := keccakpg.New256()\n    h.Write([]byte(\"data\"))\n    fmt.Printf(\"%x\", h.Sum(nil))\n}","lang":"go","description":"Computes a SHA-3-256 hash using Keccak."},"warnings":[],"env_vars":null,"search_vec":"'-3':7 'algorithm':9 'crypto':13 'go':12 'hash':8,14 'implement':3 'keccak':5,15 'keccakpg':1,2 'pure':11 'sha':6 'sha3':16","created_at":"2026-06-17T17:50:25.123488+00:00","updated_at":"2026-06-17T17:50:25.123488+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/gxed/hashland","github":"https://github.com/gxed/hashland","docs":"https://pkg.go.dev/github.com/gxed/hashland/keccakpg#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}}