Skip to content

Commit

Permalink
hpke-rs-rust-crypto: make deterministic-prng enable the std feature
Browse files Browse the repository at this point in the history
  • Loading branch information
japaric committed Nov 28, 2023
1 parent f2a5b1a commit d6c5e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust_crypto_provider/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ criterion = { version = "0.5", features = ["html_reports"] }
rand = { version = "0.8" }

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

[[bench]]
name = "bench_hkdf"
Expand Down

0 comments on commit d6c5e78

Please sign in to comment.