randomKey static method

Uint8List randomKey()

Generates a random key for use in onetime authentication.

Implementation

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