{"id":51431,"library":"zeebo-blake3","title":"BLAKE3","description":"Package blake3 provides an SSE4.1/AVX2 accelerated BLAKE3 implementation.","status":"active","version":"0.2.4","language":"go","source_language":null,"source_url":"https://github.com/zeebo/blake3","tags":["hash","crypto","blake3","accelerated"],"install":[{"cmd":"go get github.com/zeebo/blake3","lang":"bash","label":"Install github.com/zeebo/blake3"}],"dependencies":[],"imports":[{"symbol":"blake3","correct":"github.com/zeebo/blake3"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/zeebo/blake3\"\n)\n\nfunc main() {\n\th := blake3.New()\n\th.Write([]byte(\"hello world\"))\n\tfmt.Printf(\"%x\\n\", h.Sum(nil))\n}","lang":"go","description":"Compute BLAKE3 hash of a string"},"warnings":[],"env_vars":null,"search_vec":"'acceler':7,13 'blake3':1,3,8,12 'crypto':11 'hash':10 'implement':9 'packag':2 'provid':4 'sse4.1/avx2':6","created_at":"2026-06-15T06:14:37.839147+00:00","updated_at":"2026-06-15T06:14:37.839147+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/zeebo/blake3","github":"https://github.com/zeebo/blake3","docs":"https://pkg.go.dev/github.com/zeebo/blake3#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-15","next_check":"2026-12-12","install_tag":null}}