QSC Post Quantum Cryptographic Library 1.3.0.0 (C1)
A post quantum secure library written in Ansi C
Loading...
Searching...
No Matches
qsc_secrand_state Struct Reference

The internal secrand state array. More...

#include <secrand.h>

Data Fields

qsc_csg_state hstate
uint8_t cache [QSC_SECRAND_CACHE_SIZE]
size_t cpos
bool init
qsc_mutex opmtx

Detailed Description

The internal secrand state array.

Field Documentation

◆ cache

uint8_t cache[QSC_SECRAND_CACHE_SIZE]

The cache buffer.

◆ cpos

size_t cpos

The cache position.

◆ hstate

qsc_csg_state hstate

The CSG state.

◆ init

bool init

The initialized flag.

◆ opmtx

qsc_mutex opmtx

The implementation mutex.


The documentation for this struct was generated from the following file:
  • C:/Users/stepp/Documents/Visual Studio 2022/Projects/C/QSC/QSC/secrand.h