芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/kwesioben.com/paymoney/vendor/mdanter/ecc/src/Primitives/CurveFpInterface.php
0 if $this > $other */ public function cmp(CurveFpInterface $other): int; /** * Checks whether the curve is equal to another. * * @param CurveFpInterface $other * @return bool */ public function equals(CurveFpInterface $other): bool; /** * Return string representation of curve for debugging * * @return string */ public function __toString(): string; }