Module merkle

Source
Expand description

A MerkleTree based Accumulator.

Structsยง

MerklePath
A MerklePath contains a list of hashes that form a proof for membership in a tree.
MerkleRoot
A MerkleRoot contains the root hash of a MerkleTree.
MerkleTree
A MerkleTree is a binary tree where each node is the hash of its children.