Skip to content

Commit

Permalink
Update crypto/fipsmodule/sha/keccak1600.c
Browse files Browse the repository at this point in the history
Co-authored-by: manastasova <[email protected]>
  • Loading branch information
jakemas and manastasova authored Sep 9, 2024
1 parent f1a425d commit ea632ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crypto/fipsmodule/sha/keccak1600.c
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,6 @@ size_t SHA3_Absorb(uint64_t A[SHA3_ROWS][SHA3_ROWS], const uint8_t *inp, size_t
// generate |out| value of |len| bytes. |first| indicates weather
// it is the first call to SHA3_Squeeze.
// of |len| bytes.The Bool |first| indicates if the last/padded block has
// been processed.
void SHA3_Squeeze(uint64_t A[SHA3_ROWS][SHA3_ROWS], uint8_t *out, size_t len, size_t r, int first)
{
uint64_t *A_flat = (uint64_t *)A;
Expand Down

0 comments on commit ea632ea

Please sign in to comment.