Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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