Function leo_compiler::expression::arithmetic::add::enforce_add [−][src]
pub fn enforce_add<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>