-
Notifications
You must be signed in to change notification settings - Fork 465
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
Add ML-DSA / FIPS 204 final #1919
base: main
Are you sure you want to change the base?
Conversation
10a5487
to
0989e9d
Compare
1f89068
to
9347125
Compare
Add wrapper for default ctx recommended in FIPS 204 Update suppression files. Signed-off-by: Basil Hess <[email protected]>
Signed-off-by: Basil Hess <[email protected]>
Signed-off-by: Basil Hess <[email protected]>
Signed-off-by: Basil Hess <[email protected]>
Signed-off-by: Basil Hess <[email protected]>
Signed-off-by: Basil Hess <[email protected]>
Signed-off-by: Basil Hess <[email protected]>
Signed-off-by: Basil Hess <[email protected]>
Signed-off-by: Basil Hess <[email protected]>
Signed-off-by: Basil Hess <[email protected]>
Signed-off-by: Basil Hess <[email protected]>
Signed-off-by: Basil Hess <[email protected]>
Signed-off-by: Basil Hess <[email protected]>
Signed-off-by: Basil Hess <[email protected]>
Signed-off-by: Basil Hess <[email protected]>
Signed-off-by: Basil Hess <[email protected]>
Signed-off-by: Basil Hess <[email protected]>
Signed-off-by: Basil Hess <[email protected]>
Co-authored-by: Spencer Wilson <[email protected]> Signed-off-by: Basil Hess <[email protected]>
Co-authored-by: Spencer Wilson <[email protected]> Signed-off-by: Basil Hess <[email protected]>
Co-authored-by: Spencer Wilson <[email protected]> Signed-off-by: Basil Hess <[email protected]>
Co-authored-by: Spencer Wilson <[email protected]> Signed-off-by: Basil Hess <[email protected]>
Signed-off-by: Basil Hess <[email protected]>
Signed-off-by: Basil Hess <[email protected]>
Signed-off-by: Basil Hess <[email protected]>
Makes sense to explicitly say context string rather than just context. I don't have a preference between |
Signed-off-by: Basil Hess <[email protected]>
Signed-off-by: Basil Hess <[email protected]>
Co-authored-by: Spencer Wilson <[email protected]> Signed-off-by: Basil Hess <[email protected]>
Signed-off-by: Basil Hess <[email protected]>
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.
Everything LGTM now. Thanks to @bhess for the work and to all for the effort in discussing the API changes!
Thanks @SWilson4 for going through all the changes and for the review! |
Adds ML-DSA from FIPS204
Pulls ML-DSA from pq-crystals/dilithium upstream: https://github.com/pq-crystals/dilithium
Removes ML-DSA-ipd alias in favor of ML-DSA.
TODOs:
NIST ACVP vectors against the external API (that will be exposed to the user), expected by October: ML-DSA: integrate final standard #1891 (comment)Postponed for ACVP availabilityPre-hash variants / Algorithm 4/5 in FIPS 204Postponed for ACVP availabilityFIPS 204 further defines a context parameter 'ctx' passed to the sign/verify API. This is currently not supported with the OQS API. It also defines
This PR makes only this default case available. Asking for feedback if we should adapt/add to the OQS Sign API to accomodate such a 'ctx' string, or if we restrict support to the default case.
Closes #1891