Searched defs:modInverse (Results 1 – 6 of 6) sorted by relevance
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/ | ||
H A D | PHP32.php | 171 public function modInverse(PHP32 $n) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP32 |
H A D | PHP64.php | 175 public function modInverse(PHP64 $n) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP64 |
H A D | BCMath.php | 243 public function modInverse(BCMath $n) function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath |
H A D | GMP.php | 285 public function modInverse(GMP $n) function in phpseclib3\\Math\\BigInteger\\Engines\\GMP |
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/ | ||
H A D | Integer.php | 394 public function modInverse() function in phpseclib3\\Math\\BinaryField\\Integer |
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/ | ||
H A D | BigInteger.php | 324 public function modInverse(BigInteger $n) function in phpseclib3\\Math\\BigInteger |