Home
last modified time | relevance | path

Searched defs:prepareReduce (Results 1 – 4 of 4) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DPowerOfTwo.php33 protected static function prepareReduce(array $x, array $n, $class) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Reductions\\PowerOfTwo
H A DMontgomery.php33 protected static function prepareReduce(array $x, array $n, $class) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Reductions\\Montgomery
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/
H A DBase.php109 protected static function prepareReduce(array $x, array $n, $class) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Base
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/
H A DBase.php77 protected static function prepareReduce($x, $n, $class) function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath\\Base