datrs / merkle-tree-stream

A stream that generates a merkle tree based on the incoming data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tests

yoshuawuyts opened this issue · comments

commented

having some tests would be great. Happy to support anyone if they want to tackle this.

Probably would do it as follows:

  • start off with some basic tests; copy what's in the readme and validate the results
  • write a few tests to make sure the lengths and hashes line up

Which would then enable #6.