OpenVPN 3 Core Library
Loading...
Searching...
No Matches
randapi.hpp File Reference

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>
Include dependency graph for randapi.hpp:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

Implementation of the base classes for random number generators.

Definition in file randapi.hpp.