Home
last modified time | relevance | path

Searched defs:extendedGCD (Results 1 – 6 of 6) sorted by path

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DKoblitzPrime.php258 protected static function extendedGCD(BigInteger $u, BigInteger $v) function in phpseclib3\\Crypt\\EC\\BaseCurves\\KoblitzPrime
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php337 public function extendedGCD(BigInteger $n) function in phpseclib3\\Math\\BigInteger
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DBCMath.php259 public function extendedGCD(BCMath $n) function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath
H A DGMP.php304 public function extendedGCD(GMP $n) function in phpseclib3\\Math\\BigInteger\\Engines\\GMP
H A DPHP32.php183 public function extendedGCD(PHP32 $n) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP32
H A DPHP64.php187 public function extendedGCD(PHP64 $n) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP64