{"id":69631,"library":"btcsuite-golangcrypto","title":"Go Cryptography (btcsuite fork)","description":"Fork of Go's crypto libraries with additional Bitcoin-related cryptographic functions.","status":"active","version":"0.0.0-20150304025918-53f62d9b43e8","language":"go","source_language":null,"source_url":"https://github.com/btcsuite/golangcrypto","tags":["cryptography","bitcoin","hash"],"install":[{"cmd":"go get github.com/btcsuite/golangcrypto","lang":"bash","label":"Install github.com/btcsuite/golangcrypto"}],"dependencies":[],"imports":[{"symbol":"golangcrypto","correct":"github.com/btcsuite/golangcrypto"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/btcsuite/golangcrypto/ripemd160\"\n)\n\nfunc main() {\n\thash := ripemd160.New()\n\thash.Write([]byte(\"data\"))\n\tfmt.Printf(\"%x\", hash.Sum(nil))\n}","lang":"go","description":"Computes a RIPEMD-160 hash using the btcsuite fork."},"warnings":[{"fix":"Use golang.org/x/crypto/ripemd160 instead.","message":"This is an old fork; prefer the official golang.org/x/crypto for most use cases.","severity":"gotcha","affected_versions":"*"}],"env_vars":null,"search_vec":"'addit':12 'bitcoin':14,19 'bitcoin-rel':13 'btcsuit':3 'crypto':9 'cryptograph':16 'cryptographi':2,18 'fork':4,5 'function':17 'go':1,7 'hash':20 'librari':10 'relat':15","created_at":"2026-06-17T18:04:00.643038+00:00","updated_at":"2026-06-17T18:04:00.643038+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/btcsuite/golangcrypto","github":"https://github.com/btcsuite/golangcrypto","docs":"https://pkg.go.dev/github.com/btcsuite/golangcrypto#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}}