randombytes_buf_deterministic method

void randombytes_buf_deterministic(
  1. Pointer<Void> buf,
  2. int size,
  3. Pointer<UnsignedChar> seed
)

Implementation

@pragma('vm:prefer-inline')
void randombytes_buf_deterministic(
  _i1.Pointer<_i1.Void> buf,
  int size,
  _i1.Pointer<_i1.UnsignedChar> seed,
) => _i2.randombytes_buf_deterministic(buf, size, seed);