mkp224o/ed25519/ref10/randombytes.h

4 lines
83 B
C
Raw Normal View History

2017-09-24 22:13:16 +03:00
#include <sodium/randombytes.h>
#define randombytes(b,n) \
(randombytes(b,n), 0)