|
Electroneum
|
#include <randombytes.h>
Public Attributes | |
| const char *(* | implementation_name )(void) |
| uint32_t(* | random )(void) |
| void(* | stir )(void) |
| uint32_t(* | uniform )(const uint32_t upper_bound) |
| void(* | buf )(void *const buf, const size_t size) |
| int(* | close )(void) |
Definition at line 19 of file randombytes.h.
| void(* randombytes_implementation::buf) (void *const buf, const size_t size) |
Definition at line 24 of file randombytes.h.
| int(* randombytes_implementation::close) (void) |
Definition at line 25 of file randombytes.h.
| const char*(* randombytes_implementation::implementation_name) (void) |
Definition at line 20 of file randombytes.h.
| uint32_t(* randombytes_implementation::random) (void) |
Definition at line 21 of file randombytes.h.
| void(* randombytes_implementation::stir) (void) |
Definition at line 22 of file randombytes.h.
Definition at line 23 of file randombytes.h.