ntt 0.1.4

Implements the fast NTT (number theoretic transform) for polynomial multiplcation.
Documentation

ntt

CI MIT License crates.io

Implementation of the number theoretic transform (NTT) in Rust.

This is a discrete Fourier transform over a finite field of prime order p rather than over the complex numbers.

We also allow the case of the ring Z_{p2}, the integers modulo p2. In this case the mult. group has order p^2-p.