1 #ifndef CRYPTOPP_RANDPOOL_H
2 #define CRYPTOPP_RANDPOOL_H
7 NAMESPACE_BEGIN(CryptoPP)
18 void IncorporateEntropy(
const byte *input,
size_t length);
19 void GenerateIntoBufferedTransformation(
BufferedTransformation &target,
const std::string &channel, lword size);
22 void Put(
const byte *input,
size_t length) {IncorporateEntropy(input, length);}
bool CanIncorporateEntropy() const
returns true if IncorporateEntropy is implemented
interface for random number generators