Skip to content

Commit

Permalink
Merge pull request #59 from japaric/fix-hpke-rs-rust-crypto-all-features
Browse files Browse the repository at this point in the history
hpke-rs-rust-crypto: make deterministic-prng enable the std feature
  • Loading branch information
franziskuskiefer authored Nov 30, 2023
2 parents e56ea4a + d6c5e78 commit 1ab14aa
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 1ab14aa

Please sign in to comment.