-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit adds a new signing and verification mode for ML-DSA known as "ExternalMu". This signing/verification mode allows for pre-hashing of large messages that are to be signed with ML-DSA. This commit focuses mainly on connecting `EVP_PKEY_sign` and `EVP_PKEY_verify` to PQDSA ASN.1 functionality, to allow users access to these APIs for pre-hash modes of ML-DSA. It is important to note that ExternalMu ML-DSA is considered the same algorithm as FIPS 204 ML-DSA. As such, it shares the same OIDs as "Pure" ML-DSA. NIST’s AVCP lab has ACVP tests for ExternalMu https://pages.nist.gov/ACVP/draft-celi-acvp-ml-dsa.html
- Loading branch information
Showing
28 changed files
with
3,894 additions
and
838 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.