QSC Post Quantum Cryptographic Library 1.3.0.0 (C1)
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_keccak_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 KMAC 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:
  • C:/Users/stepp/Documents/Visual Studio 2022/Projects/C/QSC/QSC/csx.h