ASCON Suite
|
State of the random number source. More...
#include <ascon-trng.h>
Public Attributes | |
unsigned | posn |
ascon_state_t | prng |
State of the random number source.
Definition at line 63 of file ascon-trng.h.
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.
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.