twenty_first::math::ntt

Function intt_noswap

Source
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.