mkp224o/ed25519/amd64-51-30k/randombytes.h

4 lines
83 B
C
Raw Normal View History

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