penumbra_sdk_tct::internal

Module 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ยง

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