Skip to content

Commit

Permalink
Update src/sha512.cc
Browse files Browse the repository at this point in the history
Co-authored-by: Alexis Hildebrandt <afh@surryhill.net>
  • Loading branch information
jwiegley and afh committed Aug 5, 2024
1 parent 5195ba7 commit fc13cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sha512.cc
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ typedef struct _SHA512_CTX {

void SHA512_Init(SHA512_CTX*);
void SHA512_Update(SHA512_CTX*, void*, size_t);
void SHA512_Final(uint8_t[SHA512_DIGEST_LENGTH], SHA512_CTX*);
void SHA512_Final(sha2_byte[SHA512_DIGEST_LENGTH], SHA512_CTX*);
unsigned char *SHA512(void *data, unsigned int data_len, unsigned char *digest);


Expand Down

0 comments on commit fc13cfe

Please sign in to comment.