Skip to content

Commit e1ad60c

Browse files
author
Ubuntu
committed
Fix formatting issue
1 parent cbc94c8 commit e1ad60c

File tree

1 file changed

+1
-1
lines changed
  • crypto/fipsmodule/ml_kem/ml_kem_ref

1 file changed

+1
-1
lines changed

crypto/fipsmodule/ml_kem/ml_kem_ref/indcpa.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ void gen_matrix(ml_kem_params *params, polyvec *a, const uint8_t seed[KYBER_SYMB
192192
off = buflen % 3;
193193
for(k = 0; k < off; k++)
194194
buf[k] = buf[buflen - off + k];
195-
SHAKE_Squeeze(buf + off, &ctx, SHAKE128_BLOCKSIZE);
195+
SHAKE_Squeeze(buf + off, &ctx, SHAKE128_BLOCKSIZE);
196196
buflen = off + XOF_BLOCKBYTES;
197197
ctr += rej_uniform(a[i].vec[j].coeffs + ctr, KYBER_N - ctr, buf, buflen);
198198
}

0 commit comments

Comments
 (0)