merkle icon indicating copy to clipboard operation
merkle copied to clipboard

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

merkle

Build Status

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