mulByCofactor method

JubJubPoint mulByCofactor()

Implementation

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