1
0
Fork 0
mirror of https://github.com/vbatts/merkle.git synced 2025-01-07 10:17:07 +00:00

doc.go: starting a requirements outline

This commit is contained in:
Vincent Batts 2015-03-17 17:30:41 -04:00
parent da81f82e13
commit 4ac1701698

8
doc.go Normal file
View file

@ -0,0 +1,8 @@
/*
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