mirror of
				https://github.com/vbatts/merkle.git
				synced 2025-10-31 09:58:57 +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 | ||
| 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 HashTreeertype, that can validate provided Nodes, for streaming validation
License
See LICENSE