Module zcash_primitives::merkle_tree[][src]

Expand description

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

Modules

Structs

A Merkle tree of note commitments.

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

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

Traits

A hashable node within a Merkle tree.