The SHA2-384 digest state array. More...
#include <sha2.h>
Data Fields | |
| uint64_t | state [QSC_SHA2_STATE_SIZE] |
| uint64_t | t [2] |
| uint8_t | buffer [QSC_SHA2_384_RATE] |
| size_t | position |
The SHA2-384 digest state array.
| uint8_t buffer[QSC_SHA2_384_RATE] |
The message buffer.
| size_t position |
The message position.
| uint64_t state[QSC_SHA2_STATE_SIZE] |
The SHA2-384 state.
| uint64_t t[2] |
The message size.