{"id":71017,"library":"groestlcoin-go-groestl-hash","title":"Go Groestl Hash","description":"Implements the Groestl hashing algorithm for use in Groestlcoin cryptocurrency applications.","status":"active","version":"0.1.0","language":"go","source_language":null,"source_url":"https://github.com/Groestlcoin/go-groestl-hash","tags":["cryptocurrency","groestl","hash","crypto"],"install":[{"cmd":"go get github.com/Groestlcoin/go-groestl-hash","lang":"bash","label":"Install github.com/Groestlcoin/go-groestl-hash"}],"dependencies":[],"imports":[{"symbol":"groestl","correct":"github.com/Groestlcoin/go-groestl-hash"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/Groestlcoin/go-groestl-hash\"\n)\n\nfunc main() {\n\th := groestl.New()\n\th.Write([]byte(\"hello\"))\n\tfmt.Printf(\"%x\", h.Sum(nil))\n}","lang":"go","description":"Compute a Groestl hash of a string."},"warnings":[],"env_vars":null,"search_vec":"'algorithm':8 'applic':14 'crypto':18 'cryptocurr':13,15 'go':1 'groestl':2,6,16 'groestlcoin':12 'hash':3,7,17 'implement':4 'use':10","created_at":"2026-06-17T18:21:47.283984+00:00","updated_at":"2026-06-17T18:21:47.283984+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/Groestlcoin/go-groestl-hash","github":"https://github.com/Groestlcoin/go-groestl-hash","docs":"https://pkg.go.dev/github.com/Groestlcoin/go-groestl-hash#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}}