Skip to content

Commit 13acc85

Browse files
authored
ml-kem v0.3.0-pre.2 (#159)
1 parent d3a14d3 commit 13acc85

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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-kem/Cargo.toml

Lines changed: 1 addition & 1 deletion
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-pre.1"
7+
version = "0.3.0-pre.2"
88
edition = "2024"
99
rust-version = "1.85"
1010
license = "Apache-2.0 OR MIT"

x-wing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ zeroize = ["dep:zeroize", "ml-kem/zeroize", "x25519-dalek/zeroize"]
1818

1919
[dependencies]
2020
kem = "=0.4.0-pre.1"
21-
ml-kem = { version = "=0.3.0-pre.1", default-features = false, features = ["deterministic"] }
21+
ml-kem = { version = "=0.3.0-pre.2", default-features = false, features = ["deterministic"] }
2222
rand_core = { version = "0.9.3", default-features = false }
2323
sha3 = { version = "0.11.0-rc.0", default-features = false }
2424
x25519-dalek = { version = "=3.0.0-pre.0", default-features = false, features = ["static_secrets"] }

0 commit comments

Comments
 (0)