The internal state structure containing the round-key array. More...
#include <csx.h>
Data Fields | |
| uint64_t | state [QSC_CSX_STATE_SIZE] |
| qsc_qmac_state | kstate |
| uint64_t | counter |
| bool | encrypt |
The internal state structure containing the round-key array.
| uint64_t counter |
the processed bytes counter
| bool encrypt |
the transformation mode; true for encryption
| qsc_qmac_state kstate |
the QMAC state structure
| uint64_t state[QSC_CSX_STATE_SIZE] |
the primary state array