-
Notifications
You must be signed in to change notification settings - Fork 43
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
Failures on ACVP Vectors for ML-DSA-65 and ML-DSA-87 #91
Comments
Hi @Dhruva21, liboqs doesn't yet implement ML-DSA (final standard). See open-quantum-safe/liboqs#1919 which tracks the integration. |
Appendix D.3: in the final version of ML-DSA, all of the bits of 𝑐 ̃ are used in the generation of 𝑐 (Algorithm 29),... |
Hi @bhess , thank you. If my understanding is correct, open-quantum-safe/liboqs#1919 --> this change is for tracking the integration of final implementation of ML-DSA (final standard) correct? Once all TODO's are done the code will be merged? Reason for the above question is, I checked out to this branch bhe-fips204-final, still I see few ACVP vectors in ML-DSA-44, ML-DSA-65 and ML-DSA-87 are failing.. And can I know where can I find the vectors online or how to generate those? Thanks, |
Correct.
Yes, this is expected and related to the first two Todos in open-quantum-safe/liboqs#1919
They are available here: https://github.com/usnistgov/ACVP-Server/tree/master/gen-val/json-files |
I have built liboqs-python wrapper module which internally uses liboqs library. I was able to try sample python scripts present in examples directory.
I wrote some sample script to test the ACVP vectors (signature verification) present in liboqs source code: https://github.com/open-quantum-safe/liboqs/tree/main/tests/ACVP_Vectors/ML-DSA-sigVer-FIPS204.
I see there are three failures for ML-DSA-65 and three failures for ML-DSA-87 as shown below.
. --> Pass
x --> Fail
Is there anything that needs to be updated from my side or there is some issue with test vectors I'm currently using?
The text was updated successfully, but these errors were encountered: