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

doc.go: another req

This commit is contained in:
Vincent Batts 2015-03-17 17:34:09 -04:00
parent 4ac1701698
commit a00f78e2e9

1
doc.go
View file

@ -3,6 +3,7 @@ What do you expect from a merkle tree API?
* streaming support * streaming support
- building a tree from an io.Reader - building a tree from an io.Reader
- validating a tree from an io.Reader - validating a tree from an io.Reader
* concurrency safe
*/ */
package merkle package merkle