From 7d22f10d7d28c90482ece1935901c181ac0a9e13 Mon Sep 17 00:00:00 2001 From: eschorn1 Date: Mon, 30 Sep 2024 20:08:32 -0500 Subject: [PATCH] export PH --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e2a9da5..aa0840c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ workspace = { exclude = ["ct_cm4", "dudect", "fuzz", "wasm"] } [package] name = "fips204" -version = "0.4.0" +version = "0.4.1" authors = ["Eric Schorn "] description = "FIPS 204: Module-Lattice-Based Digital Signature" categories = ["cryptography", "no-std"]