getKeyPair method
Return a copy of the key pair.
Implementation
SchnorrKeyPair getKeyPair() {
return SchnorrKeyPair(publicKey: _publicKey, secretKey: _privateKey);
}
Return a copy of the key pair.
SchnorrKeyPair getKeyPair() {
return SchnorrKeyPair(publicKey: _publicKey, secretKey: _privateKey);
}