constantEquality method

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

Implementation

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