![]() |
Nilorea Library
C utilities for networking, threading, graphics
|
Cryptographically secure random bytes and hex tokens (POSIX) More...
Include dependency graph for n_random.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| int | n_random_bytes (unsigned char *buf, size_t n) |
| fill buf with n cryptographically secure random bytes (getrandom(2) when available, otherwise /dev/urandom). | |
| N_STR * | n_random_hex_token (size_t nbytes) |
| generate nbytes secure random bytes and return them as a lowercase hex N_STR (2*nbytes characters); free with free_nstr. | |
Cryptographically secure random bytes and hex tokens (POSIX)
Definition in file n_random.h.