{"id":63410,"library":"dchest-blake2b","title":"BLAKE2b Hash","description":"A pure Go implementation of the BLAKE2b cryptographic hash function.","status":"active","version":"1.0.0","language":"go","source_language":null,"source_url":"https://github.com/dchest/blake2b","tags":["crypto","hash","blake2b","golang"],"install":[{"cmd":"go get github.com/dchest/blake2b","lang":"bash","label":"Install github.com/dchest/blake2b"}],"dependencies":[],"imports":[{"symbol":"blake2b","correct":"github.com/dchest/blake2b"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/dchest/blake2b\"\n)\n\nfunc main() {\n\th := blake2b.New256()\n\th.Write([]byte(\"data\"))\n\tfmt.Printf(\"%x\", h.Sum(nil))\n}","lang":"go","description":"Computes a BLAKE2b-256 hash of a byte slice."},"warnings":[],"env_vars":null,"search_vec":"'blake2b':1,9,15 'crypto':13 'cryptograph':10 'function':12 'go':5 'golang':16 'hash':2,11,14 'implement':6 'pure':4","created_at":"2026-06-17T16:43:39.532384+00:00","updated_at":"2026-06-17T16:43:39.532384+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/dchest/blake2b","github":"https://github.com/dchest/blake2b","docs":"https://pkg.go.dev/github.com/dchest/blake2b#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}}