Trait zebra_chain::primitives::proofs::ZkSnarkProof

source ·
pub trait ZkSnarkProof:
    Clone
    + Debug
    + PartialEq
    + Eq
    + Serialize
    + DeserializeOwned
    + ZcashSerialize
    + ZcashDeserialize
    + Sealed { }
Expand description

A marker trait used to abstract over BCTV14 or Groth16 proofs in JoinSplits.

Object Safety§

This trait is not object safe.

Implementors§