Searched refs:randomPrime (Results 1 – 5 of 5) sorted by relevance
677 public static function randomPrime($size) function in phpseclib3\\Math\\BigInteger682 return new static($class::randomPrime($size));
94 $params->prime = BigInteger::randomPrime($args[0]);
147 $q = BigInteger::randomPrime($N);
373 $primes[$i] = BigInteger::randomPrime($regSize);
757 public static function randomPrime($size) function in phpseclib3\\Math\\BigInteger\\Engines\\Engine