-
Notifications
You must be signed in to change notification settings - Fork 52
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
Stabilize ML-KEM & KDFs; bump to v1.12.0 #628
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #628 +/- ##
==========================================
- Coverage 95.80% 92.89% -2.91%
==========================================
Files 61 67 +6
Lines 8143 9717 +1574
Branches 0 9717 +9717
==========================================
+ Hits 7801 9027 +1226
- Misses 342 402 +60
- Partials 0 288 +288 ☔ View full report in Codecov by Sentry. |
88ef65d
to
d52ed01
Compare
d52ed01
to
9b69f03
Compare
06b9f42
to
1b8bcb4
Compare
#[cfg(test)] | ||
mod more_tests { |
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.
These tests were previously to check behavior when "fips" was enabled, but they probably aren't needed now.
1b8bcb4
to
de40195
Compare
cea4c71
to
0b172b8
Compare
Description of changes:
kem
module.kdf
module.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.