Skip to content

Commit 2c7a177

Browse files
committed
Cut new prereleases
Releases the following: - `dhkem` v0.1.0-pre.1 - `frodo-kem` v0.1.0-pre.1 - `ml-kem` v0.3.0-pre.4 - `x-wing` v0.1.0-pre.4
1 parent 8423f06 commit 2c7a177

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

Cargo.lock

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

dhkem/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 Key Encapsulation Mechanism (KEM) adapters for Elliptic Curve
55
Diffie Hellman (ECDH) protocols
66
"""
7-
version = "0.1.0-pre.0"
7+
version = "0.1.0-pre.1"
88
edition = "2024"
99
rust-version = "1.85"
1010
license = "Apache-2.0 OR MIT"

frodo-kem/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "frodo-kem"
3-
version = "0.1.0-pre.0"
3+
version = "0.1.0-pre.1"
44
description = "Pure Rust implementation of FrodoKEM and eFrodoKEM"
55
authors = ["The RustCrypto Team"]
66
documentation = "https://docs.rs/frodo-kem"

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.3"
7+
version = "0.3.0-pre.4"
88
edition = "2024"
99
rust-version = "1.85"
1010
license = "Apache-2.0 OR MIT"

x-wing/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "x-wing"
33
description = "Pure Rust implementation of the X-Wing Key Encapsulation Mechanism (draft 06)"
4-
version = "0.1.0-pre.3"
4+
version = "0.1.0-pre.4"
55
edition = "2024"
66
rust-version = "1.85"
77
license = "Apache-2.0 OR MIT"
@@ -18,7 +18,7 @@ zeroize = ["dep:zeroize", "ml-kem/zeroize", "x25519-dalek/zeroize"]
1818

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

0 commit comments

Comments
 (0)