getPublicKey method
Gets the Ed25519 public key (32 bytes).
Implementation
Uint8List getPublicKey() {
return Ed25519.derivePublicKey(privateKey);
}
Gets the Ed25519 public key (32 bytes).
Uint8List getPublicKey() {
return Ed25519.derivePublicKey(privateKey);
}