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.php311 public function isOdd() function in phpseclib3\\Math\\PrimeField\\Integer
313 return $this->value->isOdd();
389 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.php844 public function isOdd() function in phpseclib3\\Math\\BigInteger
846 return $this->value->isOdd();
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DBCMath.php529 if (!$this->isOdd()) {
651 public function isOdd() function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath
H A DGMP.php658 public function isOdd() function in phpseclib3\\Math\\BigInteger\\Engines\\GMP
H A DPHP.php1170 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();