Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemas committed Jan 30, 2025
1 parent 758249d commit 3622cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/ml_dsa/ml_dsa_ref/sign.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* Returns 1 if the signature was successfully verified, 0 if it cannot.
*
* Note: FIPS 204 requires that public/private key pairs are to be used only for
* the calculation and/ornverification of digital signatures.
* the calculation and/of verification of digital signatures.
**************************************************/
static int ml_dsa_keypair_pct(ml_dsa_params *params,
uint8_t *pk,
Expand Down

0 comments on commit 3622cee

Please sign in to comment.