{"id":16661621,"url":"https://github.com/vu3rdd/go-merkletree","last_synced_at":"2026-05-25T09:35:21.774Z","repository":{"id":85422973,"uuid":"578607070","full_name":"vu3rdd/go-merkletree","owner":"vu3rdd","description":"a merkle tree implementation in Go with a fixed hashing scheme","archived":false,"fork":false,"pushed_at":"2022-12-15T13:51:22.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-26T20:58:02.537Z","etag":null,"topics":["cryptography","go","golang","merkle-proof","merkle-tree","merkletree"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vu3rdd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-15T13:05:33.000Z","updated_at":"2022-12-15T13:52:16.000Z","dependencies_parsed_at":"2023-03-13T05:12:23.584Z","dependency_job_id":null,"html_url":"https://github.com/vu3rdd/go-merkletree","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vu3rdd/go-merkletree","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vu3rdd%2Fgo-merkletree","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vu3rdd%2Fgo-merkletree/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vu3rdd%2Fgo-merkletree/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vu3rdd%2Fgo-merkletree/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vu3rdd","download_url":"https://codeload.github.com/vu3rdd/go-merkletree/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vu3rdd%2Fgo-merkletree/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33469415,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-25T06:32:55.349Z","status":"ssl_error","status_checked_at":"2026-05-25T06:32:35.322Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cryptography","go","golang","merkle-proof","merkle-tree","merkletree"],"created_at":"2024-10-12T10:35:39.099Z","updated_at":"2026-05-25T09:35:21.759Z","avatar_url":"https://github.com/vu3rdd.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Introduction\n\nMerkle Tree implementation in Go. Written mainly to learn about merkle\ntrees and not for production use. The hashing scheme is fixed (sha256).\n\n# API\n\n- Create a merkle tree:\n\n```\nNewMerkletree([]byte) -\u003e *MerkleTree\n```\n\n- Create proof that a chunk exists in the tree. Given a chunk of data,\n  produces the list of sibling nodes.\n\n```\nMerkleTree.Proof([]byte) -\u003e []*MerkleTree\n```\n\n- Verify that a chunk exists in the tree, given the proof.\n\n```\nMerkleTree.Verify(proof []*MerkleTree, chunk []byte) -\u003e bool\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvu3rdd%2Fgo-merkletree","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvu3rdd%2Fgo-merkletree","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvu3rdd%2Fgo-merkletree/lists"}