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