Golang Merkle Tree Implementation. With hash.Hash interface for streaming support
Go to file
Vincent Batts 3f104b4e6a .: a bit of presentation and legal 2015-03-30 15:25:38 -04:00
LICENSE .: a bit of presentation and legal 2015-03-30 15:25:38 -04:00
README.md .: a bit of presentation and legal 2015-03-30 15:25:38 -04:00
block.go .: drawing some from bittorrent 2015-03-19 17:20:51 -04:00
block_test.go .: drawing some from bittorrent 2015-03-19 17:20:51 -04:00
doc.go .: drawing some from bittorrent 2015-03-19 17:20:51 -04:00
node.go stream: first chunk made into a node 2015-03-26 16:46:02 -04:00
node_test.go progress on a streaming interface 2015-03-25 17:28:17 -04:00
stream.go .: golint 2015-03-30 15:20:50 -04:00
stream_test.go stream: Write() is mostly finished 2015-03-26 18:48:33 -04:00
tree.go .: drawing some from bittorrent 2015-03-19 17:20:51 -04:00

README.md

merkle

Build Status

Golang Merkle Tree Implementation, with hash.Hash interface for streaming support.

Docs

License

See LICENSE