publicKey property

PublicKey publicKey

publicKey will calculate the public key for the private key

Implementation

PublicKey get publicKey {
  return curve.privateToPublicKey(this);
}