Skip to content

Commit 5d50c12

Browse files
Merge pull request #27 from lattice-based-cryptography/upgrade_to_version_0.1.3
upgrade to v0.1.3
2 parents 9b07a90 + 3b86ce9 commit 5d50c12

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,6 +1,6 @@
11
[package]
22
name = "module-lwe"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
edition = "2021"
55
description = "Implements the module learning-with-errors public key encrpytion scheme."
66
license = "MIT"
@@ -14,7 +14,7 @@ num-traits = "=0.2.19"
1414
rand = "0.8.5"
1515
rand_distr = "0.4.3"
1616
ntt = "0.1.9"
17-
ring-lwe = "0.1.5"
17+
ring-lwe = "0.1.6"
1818

1919
[dev-dependencies]
2020
criterion = "0.5.1"

0 commit comments

Comments
 (0)