XdrbgContext Struct Reference
XDRBG PRNG context. More...
#include <xdrbg.h>
Data Fields | |
| OsMutex | mutex |
| Mutex preventing simultaneous access to the PRNG state. More... | |
| const XofAlgo * | xofAlgo |
| XOF algorithm. More... | |
| XofContext | xofContext |
| XOF context. More... | |
| size_t | securityStrength |
| Security strength. More... | |
| size_t | maxOutputLen |
| Maximum output length. More... | |
| uint8_t | v [XDRBG_MAX_V_SIZE] |
| Internal state V. More... | |
| uint64_t | reseedCounter |
| Reseed counter. More... | |
Detailed Description
Field Documentation
◆ maxOutputLen
◆ mutex
| OsMutex mutex |
◆ reseedCounter
◆ securityStrength
◆ v
| uint8_t v[XDRBG_MAX_V_SIZE] |
◆ xofAlgo
◆ xofContext
| XofContext xofContext |
The documentation for this struct was generated from the following file:
- cyclone_crypto/rng/xdrbg.h
