Searched refs:randomPrime (Results 1 – 5 of 5) sorted by relevance
140 $q = BigInteger::randomPrime($N);
98 $params->prime = BigInteger::randomPrime($args[0]);
358 $primes[$i] = BigInteger::randomPrime($regSize);
674 public static function randomPrime($size) function in phpseclib3\\Math\\BigInteger679 return new static($class::randomPrime($size));
759 public static function randomPrime($size) function in phpseclib3\\Math\\BigInteger\\Engines\\Engine