pub fn strict_from_montgomery<T>(
a_mont: T,
modulus: &T,
n_prime: &T,
r_bits: usize,
) -> TExpand description
Convert from Montgomery form (Strict): (a * R) -> a mod N Uses Montgomery reduction algorithm with reference-based operations to minimize copying of large integers