We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db0a749 + a56262f commit 6ae50e9Copy full SHA for 6ae50e9
Cargo.toml
@@ -2,7 +2,7 @@
2
name = "ntt"
3
version = "0.1.6"
4
edition = "2021"
5
-description = "Implements the fast NTT (number theoretic transform) for polynomial multiplcation for prime power moduli."
+description = "Fast NTT (number theoretic transform) for polynomial multiplcation for primes, prime power, and certain composite moduli."
6
license = "MIT"
7
documentation = "https://docs.rs/ntt"
8
homepage = "https://github.com/lattice-based-cryptography/ntt"
0 commit comments