randomNonce static method

Uint8List randomNonce()

Generates a random nonce for use with crypto stream.

Implementation

static Uint8List randomNonce() =>
    Sodium.randombytesBuf(Sodium.cryptoStreamNoncebytes);