ASCON Suite
Public Attributes | List of all members
ascon_trng_state_t Struct Reference

State of the random number source. More...

#include <ascon-trng.h>

Public Attributes

unsigned posn
 
ascon_state_t prng
 

Detailed Description

State of the random number source.

Definition at line 63 of file ascon-trng.h.

Member Data Documentation

◆ posn

unsigned ascon_trng_state_t::posn

Position within the PRNG state to extract the next byte

Definition at line 66 of file ascon-trng.h.

◆ prng

ascon_state_t ascon_trng_state_t::prng

PRNG state for whitening poor random number sources. Also used on systems without a fast "get random word" operation for masking.

Definition at line 71 of file ascon-trng.h.


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