isSmallOrder method

bool isSmallOrder()

Implementation

bool isSmallOrder() {
  return JubJubPoint.fromAffinePoint(this).isSmallOrder();
}