diff --git a/Cargo.toml b/Cargo.toml index 2fb4342..b9e4b26 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ntt" -version = "0.1.7" +version = "0.1.8" edition = "2021" description = "Fast NTT (number theoretic transform) for polynomial multiplcation for primes, prime power, and certain composite moduli." license = "MIT"