https://github.com/transparency-dev/merkle
https://github.com/transparency-dev/merkle
compact-range discoverability merkle merkle-tree transparency
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/transparency-dev/merkle
- Owner: transparency-dev
- License: apache-2.0
- Created: 2021-11-01T15:48:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-12-15T11:22:01.000Z (6 months ago)
- Last Synced: 2025-12-18T12:19:42.500Z (6 months ago)
- Topics: compact-range, discoverability, merkle, merkle-tree, transparency
- Language: Go
- Homepage: https://transparency.dev
- Size: 726 KB
- Stars: 36
- Watchers: 9
- Forks: 10
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Merkle
[](https://pkg.go.dev/github.com/transparency-dev/merkle)
[](https://goreportcard.com/report/github.com/transparency-dev/merkle)
[](https://securityscorecards.dev/viewer/?uri=github.com/transparency-dev/merkle)
[](https://codecov.io/gh/transparency-dev/merkle)
[](https://transparency-dev.slack.com/)
## Overview
This repository contains Go code to help create and manipulate Merkle trees, as
well as constructing and verifying various types of proof.
This is the data structure which is used by projects such as
[Trillian](https://github.com/google/trillian) to provide
[verifiable logs](https://transparency.dev/verifiable-data-structures/#verifiable-log).
## Support
* Mailing list: https://groups.google.com/forum/#!forum/trillian-transparency
- Slack: https://transparency-dev.slack.com/ ([invitation](https://transparency.dev/slack/))