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