Skip to main content

low_bits_vec

Function low_bits_vec 

Source
pub fn low_bits_vec(
    w: &[[i32; 256]],
    gamma2: i32,
    out: &mut [[i32; 256]],
    len: usize,
)
Expand description

Apply low_bits to every coefficient of a polynomial vector.

Writes the low-order parts into out. Only the first len polynomials are processed.