27#ifndef __NILOREA_RANDOM_HEADER
28#define __NILOREA_RANDOM_HEADER
int n_random_bytes(unsigned char *buf, size_t n)
fill buf with n cryptographically secure random bytes (getrandom(2) when available,...
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); f...
A box including a string and his lenght.
N_STR and string function declaration.