mirror of
https://github.com/vbatts/merkle.git
synced 2024-12-03 11:35:40 +00:00
26 lines
444 B
Markdown
26 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
|
|
|