mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 07:19:20 +00:00
Updated types
This commit is contained in:
@ -11,7 +11,7 @@ START_EXTERNC
|
||||
|
||||
typedef struct
|
||||
{
|
||||
uint64_t size; // Size of input in bytes
|
||||
size_t size; // Size of input in bytes
|
||||
uint32_t buffer[4]; // Current accumulation of hash
|
||||
uint8_t input[64]; // Input to be used in the next step
|
||||
uint8_t digest[16]; // Result of algorithm
|
||||
|
Reference in New Issue
Block a user