pub fn base_modulus_with_width(nbits: u32, primes: &[u16]) -> u128
Expand description

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