Skip to content

Commit 4d26720

Browse files
update version and description
this version allows us to compute the NTT for prime power moduli
1 parent 1fe9601 commit 4d26720

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "ntt"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
edition = "2021"
5-
description = "Implements the fast NTT (number theoretic transform) for polynomial multiplcation."
5+
description = "Implements the fast NTT (number theoretic transform) for polynomial multiplcation for prime power moduli."
66
license = "MIT"
77
documentation = "https://docs.rs/ntt"
88
homepage = "https://github.com/lattice-based-cryptography/ntt"

0 commit comments

Comments
 (0)