{"id":63859,"library":"onflow-flow-go-crypto","title":"Flow Go Crypto","description":"Cryptographic primitives and utilities for the Flow blockchain, including hashing and signing.","status":"active","version":"0.11.0","language":"go","source_language":null,"source_url":"https://github.com/onflow/flow-go","tags":["cryptography","blockchain","flow","hashing","signing"],"install":[{"cmd":"go get github.com/onflow/flow-go/crypto","lang":"bash","label":"Install github.com/onflow/flow-go/crypto"}],"dependencies":[],"imports":[{"symbol":"crypto","correct":"github.com/onflow/flow-go/crypto"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/onflow/flow-go/crypto/hash\"\n)\n\nfunc main() {\n\talgo := hash.NewSHA3_256()\n\talgo.Write([]byte(\"hello\"))\n\tfmt.Printf(\"%x\", algo.SumHash())\n}","lang":"go","description":"Computes a SHA3-256 hash using the Flow crypto library."},"warnings":[],"env_vars":null,"search_vec":"'blockchain':11,17 'crypto':3 'cryptograph':4 'cryptographi':16 'flow':1,10,18 'go':2 'hash':13,19 'includ':12 'primit':5 'sign':15,20 'util':7","created_at":"2026-06-17T16:48:43.438526+00:00","updated_at":"2026-06-17T16:48:43.438526+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/onflow/flow-go","github":"https://github.com/onflow/flow-go","docs":"https://pkg.go.dev/github.com/onflow/flow-go/crypto#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}}