1 #ifndef PASSWORD_FILE_UTIL_OPENSSLRANDOMDEVICE_H 2 #define PASSWORD_FILE_UTIL_OPENSSLRANDOMDEVICE_H 6 #include <c++utilities/conversion/types.h> 25 return std::numeric_limits<result_type>::min();
30 return std::numeric_limits<result_type>::max();
35 #endif // PASSWORD_FILE_UTIL_OPENSSLRANDOMDEVICE_H static constexpr result_type max()
static constexpr result_type min()
Contains utility classes and functions.
#define PASSWORD_FILE_EXPORT
Marks the symbol to be exported by the passwordfile library.
Provides a random device using the OpenSSL function RAND_bytes().