The SHA2-256 digest state array. More...
#include <sha2.h>
Data Fields | |
| uint32_t | state [QSC_SHA2_STATE_SIZE] |
| uint8_t | buffer [QSC_SHA2_256_RATE] |
| uint64_t | t |
| size_t | position |
The SHA2-256 digest state array.
| uint8_t buffer[QSC_SHA2_256_RATE] |
The message buffer.
| size_t position |
The cache position.
| uint32_t state[QSC_SHA2_STATE_SIZE] |
The SHA2-256 state.
| uint64_t t |
The message length.