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