Function leo_compiler::expression::arithmetic::mul::enforce_mul[][src]

pub fn enforce_mul<F: Field + PrimeField, G: GroupType<F>, CS: ConstraintSystem<F>>(
    cs: &mut CS,
    left: ConstrainedValue<F, G>,
    right: ConstrainedValue<F, G>,
    span: &Span
) -> Result<ConstrainedValue<F, G>, ExpressionError>