toPoint method

RistrettoPoint toPoint()

Converts the Schnorrkel public key to a RistrettoPoint point.

Implementation

RistrettoPoint toPoint() {
  return RistrettoPoint.fromBytes(toBytes());
}