Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DKoblitzPrime.php269 protected static function extendedGCD(BigInteger $u, BigInteger $v) function in phpseclib3\\Crypt\\EC\\BaseCurves\\KoblitzPrime
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP64.php183 public function extendedGCD(PHP64 $n) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP64
H A DPHP32.php182 public function extendedGCD(PHP32 $n) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP32
H A DBCMath.php253 public function extendedGCD(BCMath $n) function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath
H A DGMP.php297 public function extendedGCD(GMP $n) function in phpseclib3\\Math\\BigInteger\\Engines\\GMP
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php334 public function extendedGCD(BigInteger $n) function in phpseclib3\\Math\\BigInteger