From 3b86ce99c59b43f456e436ac4d7b3ca9835108a0 Mon Sep 17 00:00:00 2001 From: Jackson Walters Date: Wed, 19 Feb 2025 15:23:00 -0500 Subject: [PATCH] upgrade to v0.1.3 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d3d896e..2f682da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "module-lwe" -version = "0.1.2" +version = "0.1.3" edition = "2021" description = "Implements the module learning-with-errors public key encrpytion scheme." license = "MIT" @@ -14,7 +14,7 @@ num-traits = "=0.2.19" rand = "0.8.5" rand_distr = "0.4.3" ntt = "0.1.9" -ring-lwe = "0.1.5" +ring-lwe = "0.1.6" [dev-dependencies] criterion = "0.5.1"