randomKey static method

Uint8List randomKey()

Generates a random key for use with short hashing.

Implementation

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