Home
last modified time | relevance | path

Searched refs:testBit (Results 1 – 6 of 6) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DPrime.php700 $m14 = $k1->testBit(0) + 2 * $k1->testBit(1);
704 $m24 = $k2->testBit(0) + 2 * $k2->testBit(1);
717 $m8 = $k1->testBit(0) + 2 * $k1->testBit(1) + 4 * $k1->testBit(2);
726 $m8 = $k2->testBit(0) + 2 * $k2->testBit(1) + 4 * $k2->testBit(2);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php821 public function testBit($x) function in phpseclib3\\Math\\BigInteger
823 return $this->value->testBit($x);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/
H A DInteger.php370 $bigInteger = $d->testBit($w - 1) ?
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DBCMath.php657 public function testBit($x) function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath
H A DGMP.php665 public function testBit($x) function in phpseclib3\\Math\\BigInteger\\Engines\\GMP
H A DPHP.php1177 public function testBit($x) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP