A Merkle Tree package written in Go.
This repo forked from cbergoon/merkletree and refactored most of the code.
- Store merkle tree in byte array
- Serialization/Deserialize a Merkle tree
- Calculate merkle tree path
- Merkle proofs
- Sort leaves by hash
go get github.com/jovijovi/merkletree
- Documents
- Concurrency
This project is licensed under the MIT License.