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:
parent
4ac1701698
commit
a00f78e2e9
1 changed files with 1 additions and 0 deletions
1
doc.go
1
doc.go
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue