Structure to hold the SHA-2XX context. More...
Structure to hold the SHA-2XX context.
Definition at line 61 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  | |