randomSeed static method

Uint8List randomSeed()

Generates a random seed for use in seedKeys.

Implementation

static Uint8List randomSeed() =>
    Sodium.randombytesBuf(Sodium.cryptoKxSeedbytes);