mulByCofactor method

JubJubNativePoint mulByCofactor()

Implementation

JubJubNativePoint mulByCofactor() {
  return JubJubNativePoint.fromAffinePoint(this).mulByCofactor();
}