An open API service indexing awesome lists of open source software.

https://github.com/vbatts/merkle

Golang Merkle Tree Implementation. With hash.Hash interface for streaming support
https://github.com/vbatts/merkle

go hash merkle streaming

Last synced: 10 months ago
JSON representation

Golang Merkle Tree Implementation. With hash.Hash interface for streaming support

Awesome Lists containing this project

README

          

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