Home
last modified time | relevance | path

Searched refs:multiplyReduce (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/
H A DBase.php98 protected static function multiplyReduce($x, $y, $n, $class) function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath\\Base
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/
H A DBase.php130 protected static function multiplyReduce(array $x, array $y, array $n, $class) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Base
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DMontgomeryMult.php44 public static function multiplyReduce(array $x, array $y, array $m, $class) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Reductions\\MontgomeryMult
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DEngine.php697 … $powers[$i2 + 1] = static::multiplyReduce($powers[$i2 - 1], $powers[2], $n_value, $class);
719 …$result = static::multiplyReduce($result, $powers[bindec(substr($e_bits, $i, $j + 1))], $n_value, …