pub fn comp_encode(out: Option<&mut [u8]>, x: &[i16], logn: u32) -> usizeExpand description
Encode signature coefficients using compressed format.
Values must be in -2047..+2047 range.
Returns bytes written, or 0 on error.
If out is None, computes and returns the required length.