-
Notifications
You must be signed in to change notification settings - Fork 726
Add prefer-post-quantum
to default features
#2425
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This enables, for dependents who use default-features, X25519MLKEM768 as the most-preferred key exchange.
Benchmark resultsInstruction countsSignificant differencesClick to expand
Other differencesClick to expand
Wall-timeSignificant differencesClick to expand
Other differencesClick to expand
Additional informationCheckout details:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2425 +/- ##
=======================================
Coverage 96.01% 96.01%
=======================================
Files 94 94
Lines 22567 22567
=======================================
Hits 21667 21667
Misses 900 900 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
This enables, for dependents who use default-features, X25519MLKEM768 as the most-preferred key exchange.
This is another step on the way to enabling this by default. In a future release, I plan to deprecate this feature, make it do nothing, and therefore unconditionally have
X25519MLKEM768
as the most preferred key exchange in the default aws-lc-rs provider.Users who wish to opt-out from that change would then have to construct a customized
CryptoProvider
in their code.