merkle/README.md

27 lines
444 B
Markdown

merkle
======
[![Build Status](https://travis-ci.org/vbatts/merkle.svg?branch=master)](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