Skip to content

Commit e3df870

Browse files
Merge pull request #14 from lattice-based-cryptography/version_update_0.1.5
update version to 0.1.5 and update description
2 parents 1fe9601 + 4d26720 commit e3df870

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)