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. - Proof
Decode Error - When deserializing a proof, it was malformed.
- Verify
Error - A proof of inclusion did not verify against the provided root hash.