[][src]Module zcash_primitives::merkle_tree

Implementation of a Merkle tree of commitments used to prove the existence of notes.

Structs

CommitmentTree

A Merkle tree of note commitments.

IncrementalWitness

An updatable witness to a path from a position in a particular CommitmentTree.

MerklePath

A path from a position in a particular commitment tree to the root of that tree.

Traits

Hashable

A hashable node within a Merkle tree.