-
Notifications
You must be signed in to change notification settings - Fork 155
Move dk to Tests in ML-KEM ACVP #2867
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
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2867 +/- ##
==========================================
+ Coverage 78.24% 78.44% +0.19%
==========================================
Files 683 683
Lines 117374 117375 +1
Branches 16492 16497 +5
==========================================
+ Hits 91845 92075 +230
+ Misses 24644 24411 -233
- Partials 885 889 +4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
WillChilds-Klein
left a comment
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.
why are the test vectors so much smaller? did you trim them with?
I ran trim_vectors.go on the new demo vectors we got. Edit: Misremembered things lol, this is the raw file we're testing against. |
### Description of changes: NIST moved the private key in the ML-KEM decapsulation tests from the group to the individual tests. Upstream BoringSSL has a similar change here: google/boringssl@f12962c. ### Call-outs: This will be cherry-picked over to FIPS branch once in main. ### Testing: Updated ACVP tests 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. (cherry picked from commit 1570066)
Description of changes:
NIST moved the private key in the ML-KEM decapsulation tests from the group to the individual tests. Upstream BoringSSL has a similar change here: google/boringssl@f12962c
Call-outs:
This will be cherry-picked over to FIPS branch once in main.
Testing:
Updated ACVP tests
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.