About
This repository provides Go implementations for the algorithms
- Merkle Tree Hash
- Merkle Tree Audit Path
- Merkle Tree Consistency Proof
as presented in RFC6962.
Installation
go get github.com/daeinar/merkle-tree-tools
Usage
go test
...
License
Written in 2015 by Philipp Jovanovic.
The source code of this repository is released under the CC0 license. The full license text is included in the file LICENSE
.