From ced4f501f387db2c9d7f6d14b8aa996a11791ef7 Mon Sep 17 00:00:00 2001 From: eschorn1 Date: Sun, 26 Nov 2023 14:27:17 -0600 Subject: [PATCH] init 2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 18f20e4..e360210 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "slh-dsa-rs" version = "0.1.0" edition = "2021" license = "MIT OR Apache-2.0" -description = "FIPS 205 (draft): Module-Lattice-Based Digital Signature Standard" +description = "FIPS 205 (draft): Stateless Hash-Based Digital Signature Standard" repository = "https://github.com/integritychain/slh-dsa-rs" rust-version = "1.73"