Skip to main content

high_bits_vec

Function high_bits_vec 

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

Apply high_bits to every coefficient of a polynomial vector.

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