merkle-tree
merkle-tree copied to clipboard
Project structuring
Need to re-arrange the project packages, namely the root package merkle and cache, which both depends on each other.
While having cache to consume merkle works (and using interfaces for the other direction), it causes some problem with white-box testing, which consumes merkle private types / fields.