fromSeed method
Creates a keypair from a 32-byte seed.
Throws an AssertionError if the seed is invalid.
Implementation
Future<Ed25519Keypair> fromSeed(final Uint8List seed) =>
compute(fromSeedSync, seed);
Creates a keypair from a 32-byte seed.
Throws an AssertionError if the seed is invalid.
Future<Ed25519Keypair> fromSeed(final Uint8List seed) =>
compute(fromSeedSync, seed);