merkle-tree icon indicating copy to clipboard operation
merkle-tree copied to clipboard

Efficient on-the-fly Merkle Tree implementation

Results 2 merkle-tree issues
Sort by recently updated
recently updated
newest added

see https://github.com/spacemeshos/merkle-tree/pull/16/ @moshababo @noamnelke please take a look when convenient

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...