QSC Post Quantum Cryptographic Library 1.0.0.6c (A6)
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
 

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.


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