Electroneum
ed25519-randombytes.h File Reference
#include <openssl/rand.h>
Include dependency graph for ed25519-randombytes.h:

Go to the source code of this file.

Functions

void ED25519_FN() ed25519_randombytes_unsafe (void *p, size_t len)
 

Function Documentation

◆ ed25519_randombytes_unsafe()

void ED25519_FN() ed25519_randombytes_unsafe ( void *  p,
size_t  len 
)

Definition at line 86 of file ed25519-randombytes.h.

86  {
87 
88  RAND_bytes(p, (int) len);
89 
90 }
Here is the caller graph for this function: