Expand description
Core implementation of the concurrent merkle tree structure
Structsยง
- Concurrent
Merkle Tree - Conurrent Merkle Tree is a Merkle Tree that allows multiple tree operations targeted for the same tree root to succeed.
- Fill
Empty OrAppend Args - Arguments structure for filling an empty leaf or appending a new leaf to the tree.
- Initialize
With Root Args - Arguments structure for initializing a tree with a root.
- Prove
Leaf Args - Arguments structure for proving a leaf in the tree.
- SetLeaf
Args - Arguments structure for setting a leaf in the tree.