constantEquality method

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

Implementation

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