1 #ifndef CRYPTOPP_RANDPOOL_H 2 #define CRYPTOPP_RANDPOOL_H 21 void IncorporateEntropy(
const byte *input,
size_t length);
22 void GenerateIntoBufferedTransformation(
BufferedTransformation &target,
const std::string &channel, lword size);
25 void Put(
const byte *input,
size_t length) {IncorporateEntropy(input, length);}
bool CanIncorporateEntropy() const
Determines if a generator can accept additional entropy.
Abstract base classes that provide a uniform interface to this library.
Classes for automatic resource management.
Interface for random number generators.
Classes and functions for secure memory allocations.
Class file for the AES cipher (Rijndael)
Implementation of BufferedTransformation's attachment interface in cryptlib.h.
Crypto++ library namespace.
Ensures an object is not copyable.