merkle/doc.go

10 lines
180 B
Go
Raw 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
*/
package merkle