Skip to content

Commit ff7fbb9

Browse files
committed
CR nits
1 parent 405486d commit ff7fbb9

File tree

1 file changed

+2
-2
lines changed
  • crypto/fipsmodule/ml_dsa/ml_dsa_ref

1 file changed

+2
-2
lines changed

crypto/fipsmodule/ml_dsa/ml_dsa_ref/sign.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ int ml_dsa_sign_internal(ml_dsa_params *params,
185185
KECCAK1600_CTX state;
186186

187187
if (external_mu && mlen != ML_DSA_CRHBYTES) {
188-
return -1;
188+
return -1;
189189
}
190190

191191
rho = seedbuf;
@@ -475,7 +475,7 @@ int ml_dsa_verify_internal(ml_dsa_params *params,
475475
}
476476

477477
if (external_mu && mlen != ML_DSA_CRHBYTES) {
478-
return -1;
478+
return -1;
479479
}
480480

481481
/* FIPS 204: line 1 */

0 commit comments

Comments
 (0)