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