Skip to content

Commit ecfc95e

Browse files
authored
ml-dsa v0.1.0-rc.8 (#1272)
1 parent 4deba8e commit ecfc95e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ml-dsa/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = """
44
Pure Rust implementation of ML-DSA (formerly known as CRYSTALS-Dilithium) as
55
described in FIPS-204 (final)
66
"""
7-
version = "0.1.0-rc.7"
7+
version = "0.1.0-rc.8"
88
edition = "2024"
99
rust-version = "1.85"
1010
license = "Apache-2.0 OR MIT"
@@ -32,11 +32,11 @@ alloc = ["pkcs8?/alloc"]
3232
pkcs8 = ["dep:const-oid", "dep:pkcs8"]
3333

3434
[dependencies]
35+
ctutils = { version = "0.4", default-features = false }
3536
hybrid-array = { version = "0.4", features = ["extra-sizes"] }
3637
module-lattice = "0.2"
3738
sha3 = { version = "0.11.0-rc.8", default-features = false }
3839
signature = { version = "3.0.0-rc.10", default-features = false, features = ["digest"] }
39-
ctutils = { version = "0.4", default-features = false }
4040

4141
# optional dependencies
4242
const-oid = { version = "0.10", features = ["db"], optional = true }

0 commit comments

Comments
 (0)