Skip to content

Commit

Permalink
update old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
smittals2 committed Feb 12, 2025
1 parent 2db8e8d commit 975fb35
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 @@ -308,7 +308,7 @@ int ml_dsa_sign_internal(ml_dsa_params *params,
* - size_t ctxlen: length of contex string
* - uint8_t *sk: pointer to bit-packed secret key
*
* Returns 0 (success) or -1 (context string too long or null params passed in)
* Returns 0 (success) or -1 (context string too long)
**************************************************/
int ml_dsa_sign(ml_dsa_params *params,
uint8_t *sig,
Expand Down

0 comments on commit 975fb35

Please sign in to comment.