|
Electroneum
|


Go to the source code of this file.
Classes | |
| struct | randombytes_implementation |
Typedefs | |
| typedef struct randombytes_implementation | randombytes_implementation |
Functions | |
| SODIUM_EXPORT void | randombytes_buf (void *const buf, const size_t size) |
| SODIUM_EXPORT uint32_t | randombytes_random (void) |
| SODIUM_EXPORT uint32_t | randombytes_uniform (const uint32_t upper_bound) |
| SODIUM_EXPORT void | randombytes_stir (void) |
| SODIUM_EXPORT int | randombytes_close (void) |
| SODIUM_EXPORT int | randombytes_set_implementation (randombytes_implementation *impl) |
| SODIUM_EXPORT const char * | randombytes_implementation_name (void) |
| SODIUM_EXPORT void | randombytes (unsigned char *const buf, const unsigned long long buf_len) |
| typedef struct randombytes_implementation randombytes_implementation |
| SODIUM_EXPORT void randombytes | ( | unsigned char *const | buf, |
| const unsigned long long | buf_len ) |
| SODIUM_EXPORT void randombytes_buf | ( | void *const | buf, |
| const size_t | size ) |
| SODIUM_EXPORT int randombytes_close | ( | void | ) |
| SODIUM_EXPORT const char * randombytes_implementation_name | ( | void | ) |
| SODIUM_EXPORT uint32_t randombytes_random | ( | void | ) |
| SODIUM_EXPORT int randombytes_set_implementation | ( | randombytes_implementation * | impl | ) |
| SODIUM_EXPORT void randombytes_stir | ( | void | ) |