pub unsafe fn mqpoly_signed_to_ext(logn: u32, v: &[i16], d: &mut [u16])Expand description
Convert a polynomial with signed coefficients into a polynomial modulo q (external representation).
The source values are assumed to be in the [-q/2,+q/2] range.