Skip to content

Commit

Permalink
Update crypto/fipsmodule/sha/internal.h
Browse files Browse the repository at this point in the history
Co-authored-by: dkostic <[email protected]>
  • Loading branch information
WillChilds-Klein and dkostic authored Oct 2, 2023
1 parent 216bdfb commit a2c7b39
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 @@ -130,7 +130,7 @@ OPENSSL_EXPORT uint8_t *SHAKE256(const uint8_t *data, const size_t in_len,
// success and 0 on failure. Calls SHA3_Init under the hood.
OPENSSL_EXPORT int SHAKE_Init(KECCAK1600_CTX *ctx, size_t block_size);

// SHAKE_Init writes |len| bytes of finalized digest to |md|, returns 1 on
// SHAKE_Final writes |len| bytes of finalized digest to |md|, returns 1 on
// success and 0 on failure. Calls SHA3_Final under the hood.
OPENSSL_EXPORT int SHAKE_Final(uint8_t *md, KECCAK1600_CTX *ctx, size_t len);

Expand Down

0 comments on commit a2c7b39

Please sign in to comment.