generateEd25519KeyPair static method
Generates an symmetric keypair for ED25519 elliptic curve signing and verification
Implementation
static Future<SimpleKeyPair> generateEd25519KeyPair() async {
return await Ed25519().newKeyPair();
}
Generates an symmetric keypair for ED25519 elliptic curve signing and verification
static Future<SimpleKeyPair> generateEd25519KeyPair() async {
return await Ed25519().newKeyPair();
}