OpenVPN 3 Core Library
|
Implementation of the base classes for random number generators. More...
#include <cstdint>
#include <limits>
#include <string>
#include <type_traits>
#include <openvpn/common/size.hpp>
#include <openvpn/common/rc.hpp>
#include <openvpn/common/exception.hpp>
#include <openvpn/random/randistrib.hpp>
Go to the source code of this file.
Classes | |
class | openvpn::RandomAPI |
Abstract base class for random number generators. More... | |
class | openvpn::StrongRandomAPI |
Abstract base class for cryptographically strong random number generators. More... | |
class | openvpn::WeakRandomAPI |
Abstract base class for pseudo random number generators. More... | |
Namespaces | |
namespace | openvpn |
Implementation of the base classes for random number generators.
Definition in file randapi.hpp.