diff --git a/Cargo.toml b/Cargo.toml index f821f9b..599a481 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "ntt" -version = "0.1.4" +version = "0.1.5" edition = "2021" -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." license = "MIT" documentation = "https://docs.rs/ntt" homepage = "https://github.com/lattice-based-cryptography/ntt"