QSC Post Quantum Cryptographic Library 1.0.0.6c (A6)
A post quantum secure library written in Ansi C
 
Loading...
Searching...
No Matches
qsc_csx_state Struct Reference

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
 

Detailed Description

The internal state structure containing the round-key array.

Field Documentation

◆ counter

uint64_t counter

the processed bytes counter

◆ encrypt

bool encrypt

the transformation mode; true for encryption

◆ kstate

the QMAC state structure

◆ state

uint64_t state[QSC_CSX_STATE_SIZE]

the primary state array


The documentation for this struct was generated from the following file: