We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
crypto-common
1 parent a0dd565 commit 54f35d0Copy full SHA for 54f35d0
1 file changed
kem/Cargo.toml
@@ -17,7 +17,7 @@ Traits for Key Encapsulation Mechanisms (KEMs): public-key cryptosystems designe
17
"""
18
19
[dependencies]
20
-crypto-common = { version = "0.2.0-rc.8", features = ["rand_core"], path = "../crypto-common" }
+crypto-common = { version = "0.2.0-rc.9", features = ["rand_core"], path = "../crypto-common" }
21
rand_core = "0.10.0-rc-3"
22
23
[features]
0 commit comments