Generate a new Ed25519 key pair
Future<KeyPair> generateEd25519KeyPair() async { return Ed25519PrivateKey.generateKeyPair(); }