Expand description
Core implementation of the concurrent merkle tree structure
Structsยง
- Conurrent Merkle Tree is a Merkle Tree that allows multiple tree operations targeted for the same tree root to succeed.
- Arguments structure for filling an empty leaf or appending a new leaf to the tree.
- Arguments structure for initializing a tree with a root.
- Arguments structure for proving a leaf in the tree.
- Arguments structure for setting a leaf in the tree.