4 lines
83 B
C
4 lines
83 B
C
#include <sodium/randombytes.h>
|
|
#define randombytes(b,n) \
|
|
(randombytes(b,n), 0)
|