Expand description
This module provides definitions of the tree node and the paddable sparse Merkle tree, together with methods of tree generation/update, Merkle proof generation, and random sampling.
Structs§
- Sparse
Merkle Tree - Paddable sparse Merkle tree.
- Tree
Node - A node in the SMT, consisting of the links to its parent, child nodes, value and node type.