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:
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…
Reference in a new issue