toVerifyKey method

ECDSAVerifyKey toVerifyKey()

Implementation

ECDSAVerifyKey toVerifyKey() {
  return ECDSAVerifyKey(ECDSAPublicKey(Curves.generatorSecp256k1,
      privateKey.publicKey.point.cast<ProjectiveECCPoint>()));
}