Generates a random keypair.
static Future<Keypair> generate() async => compute((_) => Keypair.generateSync(), null);