Monero
Loading...
Searching...
No Matches
randombytes.c File Reference
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
Include dependency graph for randombytes.c:

Functions

static void ed25519_randombytes (unsigned char *x, unsigned long long xlen)

Variables

static int ed25519_random_fd = -1

Function Documentation

◆ ed25519_randombytes()

void ed25519_randombytes ( unsigned char * x,
unsigned long long xlen )
inlinestatic

Variable Documentation

◆ ed25519_random_fd

int ed25519_random_fd = -1
static