Struct snapps_txn_reference_impl::pickles::VerificationKey [−][src]
pub struct VerificationKey {}
Expand description
Verification keys for proofs in the pickles recursive proof system.
These verification keys are generated determinstically from a circuit definition.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VerificationKey
impl Send for VerificationKey
impl Sync for VerificationKey
impl Unpin for VerificationKey
impl UnwindSafe for VerificationKey
Blanket Implementations
Mutably borrows from an owned value. Read more