PrngContext Union Reference
Generic PRNG algorithm context. More...
#include <prng_algorithms.h>
Data Fields | |
| HashDrbgContext | hashDrbgContext |
| HmacDrbgContext | hmacDrbgContext |
| CtrDrbgContext | ctrDrbgContext |
| XdrbgContext | xdrbgContext |
| YarrowContext | yarrowContext |
Detailed Description
Generic PRNG algorithm context.
Definition at line 72 of file prng_algorithms.h.
Field Documentation
◆ ctrDrbgContext
| CtrDrbgContext ctrDrbgContext |
Definition at line 81 of file prng_algorithms.h.
◆ hashDrbgContext
| HashDrbgContext hashDrbgContext |
Definition at line 75 of file prng_algorithms.h.
◆ hmacDrbgContext
| HmacDrbgContext hmacDrbgContext |
Definition at line 78 of file prng_algorithms.h.
◆ xdrbgContext
| XdrbgContext xdrbgContext |
Definition at line 84 of file prng_algorithms.h.
◆ yarrowContext
| YarrowContext yarrowContext |
Definition at line 87 of file prng_algorithms.h.
The documentation for this union was generated from the following file:
- cyclone_crypto/rng/prng_algorithms.h
