inital public release
This commit is contained in:
9
lib/random.h
Normal file
9
lib/random.h
Normal file
@ -0,0 +1,9 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#ifndef _RANDOM_H
|
||||
#define _RANDOM_H
|
||||
|
||||
int random_bytes(void *dst, size_t n);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user