YarrowContext Struct Reference
Yarrow PRNG context. More...
#include <yarrow.h>
Data Fields | |
OsMutex | mutex |
bool_t | ready |
uint_t | currentPool [YARROW_N] |
Sha256Context | fastPool |
size_t | fastPoolEntropy [YARROW_N] |
Sha256Context | slowPool |
size_t | slowPoolEntropy [YARROW_N] |
AesContext | cipherContext |
uint8_t | key [32] |
uint8_t | counter [16] |
size_t | blockCount |
Detailed Description
Field Documentation
◆ blockCount
◆ cipherContext
AesContext cipherContext |
◆ counter
◆ currentPool
◆ fastPool
Sha256Context fastPool |
◆ fastPoolEntropy
◆ key
◆ mutex
◆ ready
◆ slowPool
Sha256Context slowPool |
◆ slowPoolEntropy
The documentation for this struct was generated from the following file:
- cyclone_crypto/rng/yarrow.h