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: about 2 months ago
JSON representation

Merkle hash tree implementation in golang

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