Searched refs:testBit (Results 1 – 6 of 6) sorted by relevance
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/ | ||
H A D | Prime.php | 700 $m14 = $k1->testBit(0) + 2 * $k1->testBit(1); |
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/ | ||
H A D | BigInteger.php | 821 public function testBit($x) function in phpseclib3\\Math\\BigInteger |
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/ | ||
H A D | Integer.php | 370 $bigInteger = $d->testBit($w - 1) ? |
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/ | ||
H A D | BCMath.php | 657 public function testBit($x) function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath |
H A D | GMP.php | 665 public function testBit($x) function in phpseclib3\\Math\\BigInteger\\Engines\\GMP |
H A D | PHP.php | 1177 public function testBit($x) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP |