From a6a41be1083d7b2acbb996279ac35072ae73d956 Mon Sep 17 00:00:00 2001 From: Jackson Walters Date: Tue, 18 Feb 2025 23:16:04 -0500 Subject: [PATCH] update to v.0.1.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9abbb13..f8911bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "module-lwe" -version = "0.1.1" +version = "0.1.2" edition = "2021" description = "Implements the module learning-with-errors public key encrpytion scheme." license = "MIT"