Struct snapps_txn_reference_impl::pickles::Proof [−][src]
pub struct Proof {}
Expand description
Zero-knowledge proofs in the pickles recursive proof system.
Implementations
Verify that a pickles proof is valid according to the given verification key.
Must return true
if and only if the proof has valid form and passes all checks defined in
the specification of the pickles recursive proof system.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Proof
impl UnwindSafe for Proof
Blanket Implementations
Mutably borrows from an owned value. Read more