Skip to content

Commit

Permalink
Update include/openssl/sha.h
Browse files Browse the repository at this point in the history
Co-authored-by: Samuel Chiang <[email protected]>
  • Loading branch information
skmcgrail and samuel40791765 authored Mar 26, 2024
1 parent ce88875 commit 1535156
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/openssl/sha.h
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ OPENSSL_EXPORT int SHA384_Final(uint8_t out[SHA384_DIGEST_LENGTH],
OPENSSL_EXPORT uint8_t *SHA384(const uint8_t *data, size_t len,
uint8_t out[SHA384_DIGEST_LENGTH]);


// SHA-512.

// SHA512_CBLOCK is the block size of SHA-512.
Expand Down

0 comments on commit 1535156

Please sign in to comment.