Skip to content

Commit 1eeb2b0

Browse files
authored
Bump kem to v0.3.0-rc.6 (#256)
Includes the `FromSeed` trait
1 parent 6764ec4 commit 1eeb2b0

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed

Cargo.lock

Lines changed: 3 additions & 2 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,3 @@ debug = true
5858
[patch.crates-io]
5959
ml-kem = { path = "./ml-kem" }
6060
module-lattice = { path = "./module-lattice" }
61-
62-
kem = { git = "https://github.com/RustCrypto/traits" }

dhkem/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ readme = "README.md"
1515

1616
[dependencies]
1717
hkdf = "0.13.0-rc.5"
18-
kem = "0.3.0-rc.5"
18+
kem = "0.3.0-rc.6"
1919
rand_core = "0.10"
2020

2121
# optional dependencies

ml-kem/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ zeroize = ["module-lattice/zeroize", "dep:zeroize"]
2727
[dependencies]
2828
array = { version = "0.4.7", package = "hybrid-array", features = ["extra-sizes", "subtle"] }
2929
module-lattice = { version = "0.1", features = ["subtle"] }
30-
kem = "0.3.0-rc.5"
30+
kem = "0.3.0-rc.6"
3131
rand_core = "0.10"
3232
sha3 = { version = "0.11.0-rc.7", default-features = false }
3333
subtle = { version = "2", default-features = false }

x-wing/Cargo.toml

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

2121
[dependencies]
22-
kem = "0.3.0-rc.5"
22+
kem = "0.3.0-rc.6"
2323
ml-kem = { version = "=0.3.0-pre.7", default-features = false, features = ["hazmat"] }
2424
rand_core = { version = "0.10", default-features = false }
2525
sha3 = { version = "0.11.0-rc.7", default-features = false }

0 commit comments

Comments
 (0)