Home
last modified time | relevance | path

Searched refs:isPrime (Results 1 – 1 of 1) sorted by last modified time

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php726 public function isPrime($t = false)
728 return $this->value->isPrime($t);
3345 function isPrime($t = false) global() function in phpseclib\\Math\\BigInteger