ml-dsa v0.1.0-rc.3 (#1146)

This commit is contained in:
Tony Arcieri
2026-01-10 14:42:32 -07:00
committed by GitHub
parent db04f38935
commit 4f0ee3c0c3
2 changed files with 2 additions and 2 deletions
Generated
+1 -1
View File
@@ -645,7 +645,7 @@ checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
[[package]]
name = "ml-dsa"
version = "0.1.0-rc.2"
version = "0.1.0-rc.3"
dependencies = [
"const-oid",
"criterion",
+1 -1
View File
@@ -4,7 +4,7 @@ description = """
Pure Rust implementation of ML-DSA (formerly known as CRYSTALS-Dilithium) as
described in FIPS-204 (final)
"""
version = "0.1.0-rc.2"
version = "0.1.0-rc.3"
edition = "2024"
rust-version = "1.85"
license = "Apache-2.0 OR MIT"