constantEquality method

  1. @override
bool constantEquality(
  1. Bls12Fp other
)
override

check equality

Implementation

@override
bool constantEquality(Bls12Fp other) {
  return CompareUtils.constantTimeBigIntEquals(limbs, other.limbs);
}