Golang Merkle Tree Implementation. With hash.Hash interface for streaming support
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.
Vincent Batts f99036b306
benchmark: and compare sha256 as well
8 years ago
.travis.yml .: add travis info 8 years ago
LICENSE .: a bit of presentation and legal 8 years ago
README.md README.md: whats next 8 years ago
block.go .: drawing some from bittorrent 8 years ago
block_test.go .: drawing some from bittorrent 8 years ago
doc.go .: drawing some from bittorrent 8 years ago
node.go stream: first chunk made into a node 8 years ago
node_test.go progress on a streaming interface 8 years ago
stream.go stream: write error to stderr instead 8 years ago
stream_test.go benchmark: and compare sha256 as well 8 years ago
tree.go .: drawing some from bittorrent 8 years ago

README.md

merkle

Build Status

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