Home
last modified time | relevance | path

Searched refs:isPrime (Results 1 – 4 of 4) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DPrimeField.php47 if (!$modulo->isPrime()) {
H A DBigInteger.php726 public function isPrime($t = false) function in phpseclib3\\Math\\BigInteger
728 return $this->value->isPrime($t);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DDSA.php147 } while ($p->getLength() != $L || !$p->isPrime());
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DEngine.php781 return $min->isPrime() ? $min : false;
895 if ($x->isPrime()) {
996 public function isPrime($t = false) function in phpseclib3\\Math\\BigInteger\\Engines\\Engine