getKeyPair method

SchnorrKeyPair getKeyPair()

Return a copy of the key pair.

Implementation

SchnorrKeyPair getKeyPair() {
  return SchnorrKeyPair(publicKey: _publicKey, secretKey: _privateKey);
}