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