mirror of
https://github.com/thunderbrewhq/common.git
synced 2025-12-12 11:12:29 +00:00
feat(sha1): add SHA1_InterleaveHash
This commit is contained in:
parent
ca7b7c3bc6
commit
04ee35a71b
3 changed files with 89 additions and 0 deletions
|
|
@ -15,6 +15,8 @@ void SHA1_Final(uint8_t* const digest, SHA1_CONTEXT* context);
|
|||
|
||||
void SHA1_Init(SHA1_CONTEXT* context);
|
||||
|
||||
uint8_t* SHA1_InterleaveHash(uint8_t* digest, const uint8_t* data, uint32_t len);
|
||||
|
||||
void SHA1_Update(SHA1_CONTEXT* context, const uint8_t* data, uint32_t len);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue