Module twenty_first::shared_math::ntt
source · Functions
- Perform INTT on slices of prime-field elements
- Compute the inverse NTT, assuming that the array is presented in bitreversed order. Also, don’t unscale by n afterwards.
- Perform NTT on slices of prime-field elements
- Compute the NTT, but leave the array in bitreversed order.
- Unscale the array by multiplying every element by the inverse of the array’s length. Useful for following up intt.