|
Lightweight Cryptography Primitives
|
State information for an Elephant-based PRNG. More...
#include <elephant-prng.h>
Data Fields | |
| struct { | |
| unsigned char state [25] | |
| size_t count | |
| size_t limit | |
| } | s |
| unsigned long long | align |
State information for an Elephant-based PRNG.
| unsigned long long elephant_prng_state_t::align |
For alignment of this structure
| size_t elephant_prng_state_t::count |
Number of bytes generated since last reseed
| size_t elephant_prng_state_t::limit |
Limit on generated bytes before a reseed
| struct { ... } elephant_prng_state_t::s |
State
| unsigned char elephant_prng_state_t::state[25] |
Current PRNG state
1.8.6