publicKeyPoint method

ProjectiveECCPoint publicKeyPoint()

Implementation

ProjectiveECCPoint publicKeyPoint() {
  return _verifyKey.publicKey.point;
}