Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DDSA.php140 $q = BigInteger::randomPrime($N);
H A DDH.php98 $params->prime = BigInteger::randomPrime($args[0]);
H A DRSA.php358 $primes[$i] = BigInteger::randomPrime($regSize);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php674 public static function randomPrime($size) function in phpseclib3\\Math\\BigInteger
679 return new static($class::randomPrime($size));
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DEngine.php759 public static function randomPrime($size) function in phpseclib3\\Math\\BigInteger\\Engines\\Engine