Skip to content

Commit 1ab14aa

Browse files
Merge pull request #59 from japaric/fix-hpke-rs-rust-crypto-all-features
hpke-rs-rust-crypto: make deterministic-prng enable the std feature
2 parents e56ea4a + d6c5e78 commit 1ab14aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust_crypto_provider/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ criterion = { version = "0.5", features = ["html_reports"] }
2828
rand = { version = "0.8" }
2929

3030
[features]
31-
deterministic-prng = [] # ⚠️ FOR TESTING ONLY.
31+
deterministic-prng = ["hpke-rs-crypto/std"] # ⚠️ FOR TESTING ONLY.
3232

3333
[[bench]]
3434
name = "bench_hkdf"

0 commit comments

Comments
 (0)