pub fn estimate_number_of_noise_bits<D>(
    dispersion: D,
    log2_modulus: u32
) -> usizewhere
    D: DispersionParameter,
Expand description

Computes the number of bits affected by the noise with a dispersion describing a normal distribution.