makeBoxNonce static method

Uint8List makeBoxNonce()

Implementation

static Uint8List makeBoxNonce() {
  return randombytes(Box.nonceLength);
}