Searched refs:randomPrime (Results 1 – 5 of 5) sorted by relevance
708 public static function randomPrime($size) function in phpseclib3\\Math\\BigInteger713 return new static($class::randomPrime($size));
145 $q = BigInteger::randomPrime($N);
104 $params->prime = BigInteger::randomPrime($args[0]);
353 $primes[$i] = BigInteger::randomPrime($regSize);
793 public static function randomPrime($size) function in phpseclib3\\Math\\BigInteger\\Engines\\Engine