Random.h
Functions
-
static int fill_random(unsigned char data[], size_t size)
Currently rand() is used to fill the data array randomly for size number of bytes. This is not cryptographically secure and work remains to integrate platform specific sources of randomness. Returns 1 on success, and 0 on failure.