isZero method

  1. @override
bool isZero()
override

Implementation

@override
bool isZero() {
  return this == JubJubNativeFq.zero();
}