Skip to content

Commit

Permalink
description change
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemas committed Sep 12, 2024
1 parent dc5cb36 commit 8950123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/fipsmodule/sha/internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ OPENSSL_EXPORT size_t SHA3_Absorb(uint64_t A[SHA3_ROWS][SHA3_ROWS],
// SHA3_Squeeze generates |out| value of |len| bytes (per call). It can be called
// multiple times when used as eXtendable Output Function. |first| indicates weather it is
// the first call to SHA3_Squeeze; i.e., if the current block has been already processed
// during the last call to SHA3_Absorb.
// right after the last call to SHA3_Absorb.
OPENSSL_EXPORT void SHA3_Squeeze(uint64_t A[SHA3_ROWS][SHA3_ROWS],
uint8_t *out, size_t len, size_t r, int first);

Expand Down

0 comments on commit 8950123

Please sign in to comment.