Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksonwalters authored Feb 14, 2025
1 parent cc26816 commit b967fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

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

The array size `n` must be a power of two.
The NTT is a DFT over Z/pZ. We use a fast divide-and conquer algorithm. The array size `n` must be a power of two.

We allow composite moduli `modulus` for prime powers `p^k` or moduli such that `n` divides `phi(p^e)` for each prime factor p, where `phi` is the Euler totient.

0 comments on commit b967fc6

Please sign in to comment.