Botan
1.11.15
|
#include <botan/system_rng.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <errno.h>
Go to the source code of this file.
Namespaces | |
namespace | Botan |
Functions | |
RandomNumberGenerator & | Botan::system_rng () |
int m_fd |
Definition at line 50 of file system_rng.cpp.