toPoint method
Converts the Schnorrkel public key to a RistrettoPoint point.
Implementation
RistrettoPoint toPoint() {
return RistrettoPoint.fromBytes(toBytes());
}
Converts the Schnorrkel public key to a RistrettoPoint point.
RistrettoPoint toPoint() {
return RistrettoPoint.fromBytes(toBytes());
}