Trait snarkvm_gadgets::traits::eq::EvaluateEqGadget[][src]

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

Required methods

Implementors