slh-dsa v0.2.0-rc.2 (#1135)

This commit is contained in:
Tony Arcieri
2026-01-04 18:58:17 -07:00
committed by GitHub
parent 678f46d2d1
commit a1e2bce0f0
2 changed files with 2 additions and 2 deletions
Generated
+1 -1
View File
@@ -1114,7 +1114,7 @@ dependencies = [
[[package]]
name = "slh-dsa"
version = "0.2.0-rc.1"
version = "0.2.0-rc.2"
dependencies = [
"aes",
"cipher",
+1 -1
View File
@@ -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"