randombytes method
Implementation
void randombytes(
ffi.Pointer<ffi.UnsignedChar> buf,
int buf_len,
) {
return _randombytes(
buf,
buf_len,
);
}
void randombytes(
ffi.Pointer<ffi.UnsignedChar> buf,
int buf_len,
) {
return _randombytes(
buf,
buf_len,
);
}