libnx
Functions
csrng.h File Reference

Cryptographically-Secure Random Number Generation (csrng) service IPC wrapper. More...

#include "../types.h"

Go to the source code of this file.

Functions

Result csrngInitialize (void)
 
void csrngExit (void)
 
Result csrngGetRandomBytes (void *out, size_t out_size)
 

Detailed Description

Cryptographically-Secure Random Number Generation (csrng) service IPC wrapper.

Author
SciresM