https://github.com/vbatts/merkle
Golang Merkle Tree Implementation. With hash.Hash interface for streaming support
https://github.com/vbatts/merkle
go hash merkle streaming
Last synced: 10 months ago
JSON representation
Golang Merkle Tree Implementation. With hash.Hash interface for streaming support
- Host: GitHub
- URL: https://github.com/vbatts/merkle
- Owner: vbatts
- License: mit
- Created: 2015-03-30T19:26:10.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-09-12T19:10:14.000Z (almost 5 years ago)
- Last Synced: 2025-09-02T04:46:36.397Z (10 months ago)
- Topics: go, hash, merkle, streaming
- Language: Go
- Homepage:
- Size: 172 KB
- Stars: 55
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
merkle
======
[](https://travis-ci.org/vbatts/merkle)
Golang Merkle Tree Implementation, with `hash.Hash` interface for streaming support.
Docs
----
* https://godoc.org/github.com/vbatts/merkle
What's Next?
------------
* More tests and review
* Streaming `HashTreeer` type, that can validate provided Nodes, for streaming validation
License
-------
See LICENSE