#include <cRandomDSA.h>
◆ cRandomMixerBase()
GrayLib::cRandomMixerBase::cRandomMixerBase |
( |
| ) |
|
|
inlinenoexcept |
◆ ~cRandomMixerBase()
virtual GrayLib::cRandomMixerBase::~cRandomMixerBase |
( |
| ) |
|
|
inlinevirtual |
◆ put_PredictionResistance()
void GrayLib::cRandomMixerBase::put_PredictionResistance |
( |
bool |
bPredictionResistance | ) |
|
|
inlinenoexcept |
Enable / disable prediction resistance (Default: Off) For testing. If enabled, entropy is used for m_nEntropyLen before each call! Only use this if you have ample supply of good entropy!
◆ m_bPredictionResistance
bool GrayLib::cRandomMixerBase::m_bPredictionResistance |
enable prediction resistance (Automatic reseed before every random generation)
◆ m_nEntropyLen
size_t GrayLib::cRandomMixerBase::m_nEntropyLen |
entropy bytes grabbed on each (re)seed
◆ m_nReSeedCounter
int GrayLib::cRandomMixerBase::m_nReSeedCounter |
◆ m_nReSeedInterval
int GrayLib::cRandomMixerBase::m_nReSeedInterval |
◆ m_pRandom
context for the entropy function
The documentation for this class was generated from the following file: