Searched defs:extendedGCD (Results 1 – 6 of 6) sorted by relevance
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/ | ||
H A D | KoblitzPrime.php | 258 protected static function extendedGCD(BigInteger $u, BigInteger $v) function in phpseclib3\\Crypt\\EC\\BaseCurves\\KoblitzPrime |
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/ | ||
H A D | PHP32.php | 183 public function extendedGCD(PHP32 $n) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP32 |
H A D | PHP64.php | 187 public function extendedGCD(PHP64 $n) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP64 |
H A D | BCMath.php | 259 public function extendedGCD(BCMath $n) function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath |
H A D | GMP.php | 304 public function extendedGCD(GMP $n) function in phpseclib3\\Math\\BigInteger\\Engines\\GMP |
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/ | ||
H A D | BigInteger.php | 337 public function extendedGCD(BigInteger $n) function in phpseclib3\\Math\\BigInteger |