Structure to hold the SHA-2XX context. More...
Structure to hold the SHA-2XX context.
Definition at line 62 of file sha2xx_common.h.
#include <sha2xx_common.h>
Data Fields | |
uint32_t | state [8] |
global state | |
uint32_t | count [2] |
processed bits counter | |
unsigned char | buf [64] |
data buffer | |
unsigned char sha2xx_context_t::buf[64] |
data buffer
Definition at line 68 of file sha2xx_common.h.
uint32_t sha2xx_context_t::count[2] |
processed bits counter
Definition at line 66 of file sha2xx_common.h.
uint32_t sha2xx_context_t::state[8] |
global state
Definition at line 64 of file sha2xx_common.h.