Expand description
A MerkleTree based Accumulator.
Structsยง
- Merkle
Path - A MerklePath contains a list of hashes that form a proof for membership in a tree.
- Merkle
Root - A MerkleRoot contains the root hash of a MerkleTree.
- Merkle
Tree - A MerkleTree is a binary tree where each node is the hash of its children.