Trait snarkvm_wasm::EvaluateEqGadget[][src]

pub trait EvaluateEqGadget<F> where
    F: Field
{ fn evaluate_equal<CS>(
        &self,
        cs: CS,
        other: &Self
    ) -> Result<Boolean, SynthesisError>
    where
        CS: ConstraintSystem<F>
; }

Required methods

Implementors