From df400c0be92211e38da550e6cad966dbf9d5e8b3 Mon Sep 17 00:00:00 2001 From: Jackson Walters Date: Fri, 7 Feb 2025 15:25:46 -0500 Subject: [PATCH] update to 0.1.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"