diff --git a/Cargo.toml b/Cargo.toml index fc0d0b6..255fd2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ntt" -version = "0.1.3" +version = "0.1.4" edition = "2021" description = "Implements the fast NTT (number theoretic transform) for polynomial multiplcation." license = "MIT"