randomKey static method

Uint8List randomKey()

Generates a random master key for use with key derivation.

Implementation

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