Skip to content

Commit 3e0352c

Browse files
committed
Cut new prereleases
Releases the following: - `dhkem` v0.1.0-pre.2 - `frodo-kem` v0.1.0-pre.2 - `ml-kem` v0.3.0-pre.5 - `x-wing` v0.1.0-pre.5
1 parent e976237 commit 3e0352c

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

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.1"
7+
version = "0.1.0-pre.2"
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.1"
3+
version = "0.1.0-pre.2"
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.4"
7+
version = "0.3.0-pre.5"
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.4"
4+
version = "0.1.0-pre.5"
55
edition = "2024"
66
rust-version = "1.85"
77
license = "Apache-2.0 OR MIT"
@@ -20,7 +20,7 @@ hazmat = []
2020

2121
[dependencies]
2222
kem = "0.3.0-rc.2"
23-
ml-kem = { version = "=0.3.0-pre.4", default-features = false, features = ["hazmat"] }
23+
ml-kem = { version = "=0.3.0-pre.5", default-features = false, features = ["hazmat"] }
2424
rand_core = { version = "0.10.0-rc-6", default-features = false }
2525
sha3 = { version = "0.11.0-rc.4", default-features = false }
2626
x25519-dalek = { version = "=3.0.0-pre.4", default-features = false, features = ["static_secrets"] }

0 commit comments

Comments
 (0)