Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php677 public static function randomPrime($size) function in phpseclib3\\Math\\BigInteger
682 return new static($class::randomPrime($size));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DDH.php94 $params->prime = BigInteger::randomPrime($args[0]);
H A DDSA.php147 $q = BigInteger::randomPrime($N);
H A DRSA.php373 $primes[$i] = BigInteger::randomPrime($regSize);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DEngine.php757 public static function randomPrime($size) function in phpseclib3\\Math\\BigInteger\\Engines\\Engine