pub fn intt_noswap<FF>(x: &mut [FF])
Expand description
Compute the inverse NTT, assuming that the array is presented
in bitreversed order. Also, don’t unscale by n
afterward.
See also ntt_noswap
.
pub fn intt_noswap<FF>(x: &mut [FF])
Compute the inverse NTT, assuming that the array is presented
in bitreversed order. Also, don’t unscale by n
afterward.
See also ntt_noswap
.