mlkem
Some checks failed
Unit Test / test (push) Has been cancelled
ShiftLeft Scan / Scan-Build (push) Has been cancelled

This commit is contained in:
Pascal Engélibert 2025-12-09 11:25:32 +01:00
commit e08c70709f
4 changed files with 68 additions and 8 deletions

View file

@ -14,7 +14,7 @@ publish.workspace = true
[features]
default = [
"provider-openssl",
"provider-aws-lc-pq",
# "http3-quinn",
# "cache",
"rustls-backend",
@ -31,6 +31,7 @@ default = [
# "post-quantum",
# ]
provider-aws-lc-rs = ["rpxy-lib/rustls-backend-aws-lc-rs"]
provider-aws-lc-pq = ["rpxy-lib/rustls-backend-aws-lc-pq", "rpxy-lib/post-quantum"]
provider-boring = ["rpxy-lib/rustls-backend-boring"]
provider-openssl = ["rpxy-lib/rustls-backend-openssl"]
provider-ring = ["rpxy-lib/rustls-backend-ring"]