NIST TestVectors for ML-KEM and ML-DSA #1771
Replies: 3 comments 3 replies
-
Hi @iambatmanandjoker. We have tests for the NIST-provided ML-KEM and ML-DSA test vectors built into liboqs. You can run them by first building python3 -m pytest -v tests/test_vectors.py from the main We don't currently check against intermediate test vectors for algorithms other than ML-KEM and ML-DSA. In particular, we don't test intermediate vectors for our "Round 3" Kyber and Dilithium implementations. |
Beta Was this translation helpful? Give feedback.
-
@SWilson4 also, can you please help answer the queries wrt Fifth PQC and ExpandMask question. |
Beta Was this translation helpful? Give feedback.
-
Answered. will try to create a PR for Win32 |
Beta Was this translation helpful? Give feedback.
-
Hello,
Do we have any test vectors available from NIST already for ML-KEM and DSA.
i found some vectors attached here in the round 3 zip : https://pq-crystals.org/kyber/resources.shtml . Is it possible to test the same on liboqs ?
Regards.
Beta Was this translation helpful? Give feedback.
All reactions