From 4d267204e75a43aaa7d6635f0005e32b193d74b4 Mon Sep 17 00:00:00 2001 From: Jackson Walters Date: Tue, 11 Feb 2025 18:25:37 -0500 Subject: [PATCH] update version and description this version allows us to compute the NTT for prime power moduli --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"