We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e56ea4a + d6c5e78 commit 1ab14aaCopy full SHA for 1ab14aa
rust_crypto_provider/Cargo.toml
@@ -28,7 +28,7 @@ criterion = { version = "0.5", features = ["html_reports"] }
28
rand = { version = "0.8" }
29
30
[features]
31
-deterministic-prng = [] # ⚠️ FOR TESTING ONLY.
+deterministic-prng = ["hpke-rs-crypto/std"] # ⚠️ FOR TESTING ONLY.
32
33
[[bench]]
34
name = "bench_hkdf"
0 commit comments