From a1e2bce0f0ef64eecfb7a1f0f3016a89ab75ea86 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Sun, 4 Jan 2026 18:58:17 -0700 Subject: [PATCH] slh-dsa v0.2.0-rc.2 (#1135) --- Cargo.lock | 2 +- slh-dsa/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f7fb34f..2cc5280 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1114,7 +1114,7 @@ dependencies = [ [[package]] name = "slh-dsa" -version = "0.2.0-rc.1" +version = "0.2.0-rc.2" dependencies = [ "aes", "cipher", diff --git a/slh-dsa/Cargo.toml b/slh-dsa/Cargo.toml index 53619ef..156bfcc 100644 --- a/slh-dsa/Cargo.toml +++ b/slh-dsa/Cargo.toml @@ -4,7 +4,7 @@ description = """ Pure Rust implementation of SLH-DSA (aka SPHINCS+) as described in the FIPS-205 standard """ -version = "0.2.0-rc.1" +version = "0.2.0-rc.2" edition = "2024" rust-version = "1.85" license = "Apache-2.0 OR MIT"