Skip to content

Commit

Permalink
Remove unnecessary init_msf
Browse files Browse the repository at this point in the history
  • Loading branch information
sarranz committed Oct 17, 2023
1 parent 88aabfb commit 9969534
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/crypto_kem/kyber/common/amd64/avx2/poly.jinc
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,6 @@ fn __shake256_squeezenblocks4x(
buf3[i*SHAKE256_RATE:SHAKE256_RATE],
ms
);
ms = #init_msf();
}

return state, buf0, buf1, buf2, buf3, ms;
Expand Down

0 comments on commit 9969534

Please sign in to comment.