merkle/README.md

27 lines
444 B
Markdown
Raw Permalink Normal View History

2015-03-30 19:25:38 +00:00
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
2015-03-30 19:30:38 +00:00
What's Next?
------------
* More tests and review
* Streaming `HashTreeer` type, that can validate provided Nodes, for streaming validation
2015-03-30 19:25:38 +00:00
License
-------
See LICENSE