Structure to hold the SHA-512 context. More...
Structure to hold the SHA-512 context.
Definition at line 34 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 | |
unsigned char sha512_common_context_t::buf[128] |
data buffer
Definition at line 40 of file sha512_common.h.
uint64_t sha512_common_context_t::count[2] |
processed bits counter
Definition at line 38 of file sha512_common.h.
uint64_t sha512_common_context_t::state[8] |
global state
Definition at line 36 of file sha512_common.h.