mlkem
This commit is contained in:
parent
2a8aba6346
commit
e08c70709f
4 changed files with 68 additions and 8 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue