Structure to hold the SHA-512 context. More...
Structure to hold the SHA-512 context.
Definition at line 33 of file sha512_common.h.
#include <sha512_common.h>
Data Fields | |
| uint64_t | state [8] | 
| global state  | |
| uint64_t | count [2] | 
| processed bits counter  | |
| unsigned char | buf [128] | 
| data buffer  | |