Skip to content

Commit 22f594d

Browse files
authored
ml-kem v0.3.0-rc.1 (#280)
1 parent c94d549 commit 22f594d

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ml-kem/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 the Module-Lattice-Based Key-Encapsulation Mechanism Standard
55
(formerly known as Kyber) as described in FIPS 203
66
"""
7-
version = "0.3.0-rc.0"
7+
version = "0.3.0-rc.1"
88
edition = "2024"
99
rust-version = "1.85"
1010
license = "Apache-2.0 OR MIT"
@@ -33,7 +33,7 @@ sha3 = { version = "0.11.0-rc.9", default-features = false }
3333

3434
# optional dependencies
3535
const-oid = { version = "0.10.1", optional = true, default-features = false, features = ["db"] }
36-
pkcs8 = { version = "0.11.0-rc.10", optional = true, default-features = false }
36+
pkcs8 = { version = "0.11.0-rc.11", optional = true, default-features = false }
3737
zeroize = { version = "1.8.1", optional = true, default-features = false }
3838

3939
[dev-dependencies]

0 commit comments

Comments
 (0)