constantEquality method

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

Implementation

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