diff --git a/doc.go b/doc.go new file mode 100644 index 0000000..683a738 --- /dev/null +++ b/doc.go @@ -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