12 #include <boost/scoped_ptr.hpp>
17 namespace cryptolink {
29 return (rng->random(len));
static CryptoLink & getCryptoLink()
Returns a reference to the singleton instance.
RNG()
Constructor from a Random Number Generator.
virtual ~RNG()
Destructor.
boost::shared_ptr< RNG > RNGPtr
Type representing the pointer to the RNG.
std::vector< uint8_t > random(size_t len)
Generate random value.
Defines the logger used by the top-level component of kea-lfc.