merkle/doc.go

9 lines
161 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
*/
package merkle