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