Home
last modified time | relevance | path

Searched refs:isOdd (Results 1 – 8 of 8) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/
H A DInteger.php291 public function isOdd() function in phpseclib3\\Math\\PrimeField\\Integer
293 return $this->value->isOdd();
367 if ($d->isOdd()) {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DEd448.php85 if ($x->isOdd() != $sign) {
143 if ($x->isOdd()) {
H A DEd25519.php144 if ($x->isOdd() != $sign) {
199 if ($x->isOdd()) {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php810 public function isOdd() function in phpseclib3\\Math\\BigInteger
812 return $this->value->isOdd();
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DBCMath.php525 if (!$this->isOdd()) {
647 public function isOdd() function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath
H A DGMP.php655 public function isOdd() function in phpseclib3\\Math\\BigInteger\\Engines\\GMP
H A DPHP.php1167 public function isOdd() function in phpseclib3\\Math\\BigInteger\\Engines\\PHP
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DPrime.php462 $bn = $b->isOdd();