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 |
The internal secrand state array.
| uint8_t cache[QSC_SECRAND_CACHE_SIZE] |
The cache buffer.
| size_t cpos |
The cache position.
| qsc_csg_state hstate |
The CSG state.
| bool init |
The initialized flag.