mkp224o/ed25519/ref10/randombytes.h
cathugger 9b80e8676c init
2017-09-24 22:13:16 +03:00

3 lines
83 B
C

#include <sodium/randombytes.h>
#define randombytes(b,n) \
(randombytes(b,n), 0)