isZero method

  1. @override
bool isZero()
override

check zero

Implementation

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