pub fn assign<F: ScalarField>(
range: &impl RangeInstructions<F>,
ctx: &mut Context<F>,
a: impl Into<ProperUint<F>>,
b: impl Into<ProperUint<F>>,
limb_bits: usize,
limb_base: F
) -> (OverflowInteger<F>, AssignedValue<F>)Expand description
Assumptions
- Should only be called on integers a, b in proper representation with all limbs having at most
limb_bitsnumber of bits a, bhave same nonzero number of limbs