ntt 0.1.0

A crate for performing Number Theoretic Transform (NTT) based polynomial multiplication.
Documentation

ntt

CI MIT License

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.