{"id":52465,"library":"transparency-dev-merkle","title":"merkle","description":"Provides Merkle tree interfaces and implementations for transparency applications.","status":"active","version":"0.0.2","language":"go","source_language":null,"source_url":"https://github.com/transparency-dev/merkle","tags":["merkle","tree","cryptography","transparency"],"install":[{"cmd":"go get github.com/transparency-dev/merkle","lang":"bash","label":"Install github.com/transparency-dev/merkle"}],"dependencies":[],"imports":[{"symbol":"merkle","correct":"github.com/transparency-dev/merkle"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/transparency-dev/merkle\"\n)\n\nfunc main() {\n\t// Example: create a Merkle tree from hashes\n\ttree := merkle.New()\n\ttree.Add([]byte(\"leaf1\"))\n\ttree.Add([]byte(\"leaf2\"))\n\troot := tree.Root()\n\tfmt.Printf(\"Root hash: %x\\n\", root)\n}","lang":"go","description":"Creates a Merkle tree and computes its root hash."},"warnings":[],"env_vars":null,"search_vec":"'applic':10 'cryptographi':13 'implement':7 'interfac':5 'merkl':1,3,11 'provid':2 'transpar':9,14 'tree':4,12","created_at":"2026-06-15T06:55:25.228203+00:00","updated_at":"2026-06-15T06:55:25.228203+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/transparency-dev/merkle","github":"https://github.com/transparency-dev/merkle","docs":"https://pkg.go.dev/github.com/transparency-dev/merkle#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}}