0 if $this > $other */ public function cmp(CurveFpInterface $other); /** * Checks whether the curve is equal to another. * * @param CurveFpInterface $other * @return bool */ public function equals(CurveFpInterface $other); /** * Return string representation of curve for debugging * * @return string */ public function __toString(); }