fastEqual method

int fastEqual(
  1. EdwardsPoint other
)

Implementation

int fastEqual(EdwardsPoint other) => compress().fastEqual(other.compress());