Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/viveksyngh/merkletree
Merkle hash tree implementation in golang
https://github.com/viveksyngh/merkletree
cryptography golang merkle-proof merkle-tree
Last synced: 6 days ago
JSON representation
Merkle hash tree implementation in golang
- Host: GitHub
- URL: https://github.com/viveksyngh/merkletree
- Owner: viveksyngh
- License: mit
- Created: 2022-12-24T18:35:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-12T14:13:08.000Z (over 1 year ago)
- Last Synced: 2024-06-19T11:50:46.532Z (5 months ago)
- Topics: cryptography, golang, merkle-proof, merkle-tree
- Language: Go
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Merkle Hash Tree
Merkle Hash Tree implementation in Golang described in [Certificate Transparency RFC #6962](https://datatracker.ietf.org/doc/html/rfc6962)
## TODO
* [x] Add API for consistency proof
* [ ] Add VerifyConsistencyProof and VerifyInclusionProof API
## Inspired From
* https://github.com/arriqaaq/merkletree
* https://github.com/codenotary/merkletree