mirror of
https://github.com/vbatts/merkle.git
synced 2024-11-13 18:48:37 +00:00
Golang Merkle Tree Implementation. With hash.Hash interface for streaming support
.travis.yml | ||
block.go | ||
block_test.go | ||
doc.go | ||
LICENSE | ||
node.go | ||
node_test.go | ||
README.md | ||
Sjenica1 | ||
stream.go | ||
stream_test.go | ||
tree.go |
merkle
Golang Merkle Tree Implementation, with hash.Hash
interface for streaming support.
Docs
What's Next?
- More tests and review
- Streaming
HashTreeer
type, that can validate provided Nodes, for streaming validation
License
See LICENSE