randomSeed static method

Uint8List randomSeed()

Generates a random seed for use in seedKeys.

Implementation

static Uint8List randomSeed() {
  return Sodium.randombytesBuf(Sodium.cryptoSignSeedbytes);
}