mirror of https://github.com/vbatts/merkle.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
8 years ago | |
---|---|---|
.travis.yml | 8 years ago | |
LICENSE | 8 years ago | |
README.md | 8 years ago | |
block.go | 8 years ago | |
block_test.go | 8 years ago | |
doc.go | 8 years ago | |
node.go | 8 years ago | |
node_test.go | 8 years ago | |
stream.go | 8 years ago | |
stream_test.go | 8 years ago | |
tree.go | 8 years ago |
README.md
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