randombytes_buf_deterministic method
Implementation
void randombytes_buf_deterministic(
ffi.Pointer<ffi.Void> buf,
int size,
ffi.Pointer<ffi.UnsignedChar> seed,
) {
return _randombytes_buf_deterministic(
buf,
size,
seed,
);
}
void randombytes_buf_deterministic(
ffi.Pointer<ffi.Void> buf,
int size,
ffi.Pointer<ffi.UnsignedChar> seed,
) {
return _randombytes_buf_deterministic(
buf,
size,
seed,
);
}