Structs§
- Merkle
Proof - A proof that a given datum is at a given index.
Note that the proof does not store the data itself, but it needs to be
provided to
MerkleProof::verify(). - Merkle
Tree - A Merkle tree.
Functions§
- internal_
node_ hash - Hash function applied to internal nodes of the Merkle tree
- leaf_
hash - Hash function applied to leaves of the Merkle tree