Home
last modified time | relevance | path

Searched defs:multiplyReduce (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DMontgomeryMult.php39 public static function multiplyReduce(array $x, array $y, array $m, $class) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Reductions\\MontgomeryMult
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/
H A DBase.php124 protected static function multiplyReduce(array $x, array $y, array $n, $class) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Base
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/
H A DBase.php92 protected static function multiplyReduce($x, $y, $n, $class) function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath\\Base