seedKeys static method

KeyPair seedKeys(
  1. Uint8List seed
)

Generates a secret key and a corresponding public key for given seed.

Implementation

static KeyPair seedKeys(Uint8List seed) => Sodium.cryptoSignSeedKeypair(seed);