Home
last modified time | relevance | path

Searched refs:modInverse67108864 (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DMontgomery.php69 $cache[self::DATA][] = self::modInverse67108864($n, $class);
118 protected static function modInverse67108864(array $x, $class) // 2**26 == 67,108,864 function in phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Reductions\\Montgomery
H A DMontgomeryMult.php59 $cache[self::DATA][] = self::modInverse67108864($m, $class);