mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-01-10 03:27:19 -03:00
3 lines
83 B
C
3 lines
83 B
C
#include <sodium/randombytes.h>
|
|
#define randombytes(b,n) \
|
|
(randombytes(b,n), 0)
|