toAffine method

JubJubAffinePoint toAffine()

Implementation

JubJubAffinePoint toAffine() {
  return JubJubAffinePoint.fromExtendedPoint(this);
}