Crypto++
|
RNG-based implementation of Source interface. More...
#include <filters.h>
Public Member Functions | |
RandomNumberSource (RandomNumberGenerator &rng, int length, bool pumpAll, BufferedTransformation *attachment=NULL) | |
void | IsolatedInitialize (const NameValuePairs ¶meters) |
size_t | Pump2 (lword &byteCount, bool blocking=true) |
size_t | PumpMessages2 (unsigned int &messageCount, bool blocking=true) |
size_t | PumpAll2 (bool blocking=true) |
bool | SourceExhausted () const |
void | SetAutoSignalPropagation (int propagation) |
int | GetAutoSignalPropagation () const |
Protected Attributes | |
T | m_store |
RNG-based implementation of Source interface.