mirror of
https://github.com/cathugger/mkp224o.git
synced 2026-01-26 11:12:09 -06:00
amd64-{51-30k,64-24k} impls should work now
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
#include <sodium/randombytes.h>
|
||||
#define randombytes(b,n) \
|
||||
(randombytes(b,n), 0)
|
||||
|
||||
static inline int randombytes_wrap(unsigned char *b,size_t l)
|
||||
{
|
||||
randombytes(b,l);
|
||||
return 0;
|
||||
}
|
||||
#define randombytes randombytes_wrap
|
||||
|
||||
Reference in New Issue
Block a user