diff --git a/Cargo.toml b/Cargo.toml index 599a481..5a7c496 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ntt" -version = "0.1.5" +version = "0.1.6" edition = "2021" description = "Implements the fast NTT (number theoretic transform) for polynomial multiplcation for prime power moduli." license = "MIT"