fastEqual method

int fastEqual(
  1. CompressedEdwardsY other
)

Implementation

int fastEqual(CompressedEdwardsY other) => data.fastEqual(other.data);