Home
last modified time | relevance | path

Searched refs:randomPrime (Results 1 – 5 of 5) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php708 public static function randomPrime($size) function in phpseclib3\\Math\\BigInteger
713 return new static($class::randomPrime($size));
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DDSA.php145 $q = BigInteger::randomPrime($N);
H A DDH.php104 $params->prime = BigInteger::randomPrime($args[0]);
H A DRSA.php353 $primes[$i] = BigInteger::randomPrime($regSize);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DEngine.php793 public static function randomPrime($size) function in phpseclib3\\Math\\BigInteger\\Engines\\Engine