merkle/doc.go

11 lines
213 B
Go
Raw Permalink Normal View History

/*
What do you expect from a merkle tree API?
* streaming support
- building a tree from an io.Reader
- validating a tree from an io.Reader
2015-03-17 21:34:09 +00:00
* concurrency safe
2015-03-18 18:31:16 +00:00
- any buffer or hash.Hash reuse
*/
package merkle