From a56262ffd3e4b4fb458ac3a68a30e2345222f511 Mon Sep 17 00:00:00 2001 From: Jackson Walters Date: Sat, 15 Feb 2025 12:17:26 -0500 Subject: [PATCH] update description --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5a7c496..f027a72 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "ntt" version = "0.1.6" edition = "2021" -description = "Implements the fast NTT (number theoretic transform) for polynomial multiplcation for prime power moduli." +description = "Fast NTT (number theoretic transform) for polynomial multiplcation for primes, prime power, and certain composite moduli." license = "MIT" documentation = "https://docs.rs/ntt" homepage = "https://github.com/lattice-based-cryptography/ntt"