Trait Verifiable
zkp_stark
pub trait Verifiable { fn constraints(&self) -> Constraints; fn verify(&self, proof: &Proof) -> Result<(), VerifierError> { ... } }
fn constraints(&self) -> Constraints
fn verify(&self, proof: &Proof) -> Result<(), VerifierError>