randombytes_buf_deterministic method

JSUint8Array randombytes_buf_deterministic(
  1. int length,
  2. JSUint8Array seed
)

Implementation

external JSUint8Array randombytes_buf_deterministic(
  int length,
  JSUint8Array seed,
);