randomKey static method

Uint8List randomKey()

Generates a random key for use with crypto stream.

Implementation

static Uint8List randomKey() => Sodium.cryptoStreamKeygen();