File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,19 @@ zeroize = { version = "1.5", features = ["zeroize_derive"] }
1818hpke-rs-crypto = { version = " 0.3.0-alpha.1" , path = " ./traits" , default-features = false }
1919rand_core = { version = " 0.9" , default-features = false }
2020libcrux-sha3 = { version = " 0.0.2" }
21+ hpke-rs-rust-crypto = { version = " 0.3.0-alpha.1" , path = " ./rust_crypto_provider" , optional = true }
22+ hpke-rs-libcrux = { version = " 0.2.0-alpha.1" , path = " ./libcrux_provider" , optional = true }
2123
2224[features ]
2325default = []
2426std = [" rand_core/std" , " hpke-rs-crypto/std" ]
2527serialization = [" serde" , " tls_codec" , " tls_codec/serde" , " std" ]
2628hazmat = []
29+ rustcrypto = [" dep:hpke-rs-rust-crypto" ]
30+ libcrux = [" dep:hpke-rs-libcrux" ]
31+
2732hpke-test = [" std" ]
28- hpke-test-prng = [] # ⚠️ Enable testing PRNG - DO NOT USE
33+ hpke-test-prng = [] # ⚠️ Enable testing PRNG - DO NOT USE
2934
3035[dev-dependencies ]
3136hpke-rs-crypto = { version = " 0.3.0-alpha.1" , path = " ./traits" , features = [
You can’t perform that action at this time.
0 commit comments