Function base_primes_with_width

Source
pub fn base_primes_with_width(nbits: u32, primes: &[u16]) -> Vec<u16>
Expand description

Generate the factors of a CRT modulus that support at least n-bit integers, using provided primes.