isSmallOrder method

bool isSmallOrder()

Implementation

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