Replies: 1 comment
-
Hi @kuolemaaa, we don't actually maintain the source code for Dilithium and ML-DSA. I suggest you ask our upstream source for those algorithms. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. I am using the source code in
src/sig/ml_dsa/pqcrystals-dilithium-standard_ml-dsa-44_ref/
, with some small modification (mostly on the hash things), for a project of mine, basically getting random bytes from/dev/urandom
and using the fips202 implementation from mupq that seems the most "compatible" (in the sense of function and type naming) with the source in this library.Unfortunately, in trying to generate a signature of message, they got rejected in the first check every single time.
Instead, this not happens using the dilithium2 source code of this library that seems compliant with the expectation of only some rejections (single digit, usually) before a valid one.
Any help?
Beta Was this translation helpful? Give feedback.
All reactions