We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1fe9601 + 4d26720 commit e3df870Copy full SHA for e3df870
Cargo.toml
@@ -1,8 +1,8 @@
1
[package]
2
name = "ntt"
3
-version = "0.1.4"
+version = "0.1.5"
4
edition = "2021"
5
-description = "Implements the fast NTT (number theoretic transform) for polynomial multiplcation."
+description = "Implements the fast NTT (number theoretic transform) for polynomial multiplcation for prime power moduli."
6
license = "MIT"
7
documentation = "https://docs.rs/ntt"
8
homepage = "https://github.com/lattice-based-cryptography/ntt"
0 commit comments