mirror of
https://github.com/vbatts/merkle.git
synced 2025-06-29 13:48:29 +00:00
doc.go: starting a requirements outline
This commit is contained in:
parent
da81f82e13
commit
4ac1701698
1 changed files with 8 additions and 0 deletions
8
doc.go
Normal file
8
doc.go
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue