Module penumbra_tct::internal::proof

source ·
Available on crate feature internal only.
Expand description

Transparent merkle inclusion proofs defined generically for trees of any height.

These are wrapped in mode specific domain types by the exposed crate API to make it more comprehensible.

Structs§

  • A proof of inclusion for a single Commitment commitment in a tree.
  • When deserializing a proof, it was malformed.
  • A proof of inclusion did not verify against the provided root hash.