Yarrow PRNG context.
More...
#include <yarrow.h>
Yarrow PRNG context.
Definition at line 63 of file yarrow.h.
◆ blockCount
TNumber of blocks that have been generated.
Definition at line 75 of file yarrow.h.
◆ cipherContext
TCipher context.
Definition at line 72 of file yarrow.h.
◆ counter
TCounter block.
Definition at line 74 of file yarrow.h.
◆ currentPool
TCurrent pool identifier.
Definition at line 67 of file yarrow.h.
◆ fastPool
TFast pool.
Definition at line 68 of file yarrow.h.
◆ fastPoolEntropy
TEntropy estimation (fast pool)
Definition at line 69 of file yarrow.h.
◆ key
TCurrent key.
Definition at line 73 of file yarrow.h.
◆ mutex
Mutex preventing simultaneous access to the PRNG state.
Definition at line 65 of file yarrow.h.
◆ ready
This flag tells whether the PRNG has been properly seeded.
Definition at line 66 of file yarrow.h.
◆ slowPool
TSlow pool.
Definition at line 70 of file yarrow.h.
◆ slowPoolEntropy
TEntropy estimation (slow pool)
Definition at line 71 of file yarrow.h.
The documentation for this struct was generated from the following file: