Skip to content

Commit b405a35

Browse files
authored
bump x25519-dalek to 3.0.0-pre.0 (#125)
This removes git patches.
1 parent 98ce0c5 commit b405a35

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,4 @@ members = [
1111
debug = true
1212

1313
[patch.crates-io]
14-
curve25519-dalek = { git = "https://github.com/baloo/curve25519-dalek.git", branch = "baloo/rand-0.9" }
15-
x25519-dalek = { git = "https://github.com/baloo/curve25519-dalek.git", branch = "baloo/rand-0.9" }
16-
1714
kem = { git = "https://github.com/RustCrypto/traits.git" }

dhkem/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ k256 = { version = "0.14.0-pre.5", optional = true, default-features = false, fe
2323
p256 = { version = "0.14.0-pre.5", optional = true, default-features = false, features = ["arithmetic"] }
2424
p384 = { version = "0.14.0-pre.5", optional = true, default-features = false, features = ["arithmetic"] }
2525
p521 = { version = "0.14.0-pre.5", optional = true, default-features = false, features = ["arithmetic"] }
26-
x25519 = { version = "2.0.1", package = "x25519-dalek", optional = true, default-features = false }
26+
x25519 = { version = "=3.0.0-pre.0", package = "x25519-dalek", optional = true, default-features = false }
2727
zeroize = { version = "1.8.1", optional = true, default-features = false }
2828

2929
[features]

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
rand_core = { version = "0.9.3", default-features = false }
21-
x25519-dalek = { version = "2.0", default-features = false, features = ["static_secrets"] }
21+
x25519-dalek = { version = "=3.0.0-pre.0", default-features = false, features = ["static_secrets"] }
2222
ml-kem = { version = "=0.3.0-pre", default-features = false, features = ["deterministic"], path = "../ml-kem" }
2323
sha3 = { version = "0.11.0-rc.0", default-features = false }
2424
kem = "0.3.0-pre.0"

0 commit comments

Comments
 (0)