From c273dc207955e3c543ee7017d22ddaef17332b08 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Fri, 31 May 2024 11:43:42 -0600 Subject: [PATCH] slh-dsa: remove extra 'the' from Cargo.toml description --- slh-dsa/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slh-dsa/Cargo.toml b/slh-dsa/Cargo.toml index 5467e76d..c45edb70 100644 --- a/slh-dsa/Cargo.toml +++ b/slh-dsa/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "slh-dsa" description = """ -Pure Rust implementation of the SLH-DSA (aka SPHINCS+) as described in the +Pure Rust implementation of SLH-DSA (aka SPHINCS+) as described in the FIPS-205 Inital Public Draft """ version = "0.0.2"