Skip to main content

a_lte_c

Function a_lte_c 

Source
fn a_lte_c<L: Limbs>(a: &mut L, b_sign: &mut Choice, c: &mut L)
Expand description

Obtain the equivalent form (a', b', c') for which a' <= c'.

This assumes c has at least as many limbs as a.

This corresponds to step 2 of Algorithm 1.