Home
last modified time | relevance | path

Searched refs:randomRangePrime (Results 1 – 7 of 7) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php691 public static function randomRangePrime(BigInteger $min, BigInteger $max) function in phpseclib3\\Math\\BigInteger
694 return new static($class::randomRangePrime($min->value, $max->value));
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP64.php305 public static function randomRangePrime(PHP64 $min, PHP64 $max) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP64
H A DPHP32.php304 public static function randomRangePrime(PHP32 $min, PHP32 $max) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP32
H A DGMP.php498 return self::randomRangePrime($min, $x);
510 public static function randomRangePrime(GMP $min, GMP $max) function in phpseclib3\\Math\\BigInteger\\Engines\\GMP
H A DBCMath.php493 public static function randomRangePrime(BCMath $min, BCMath $max) function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath
H A DEngine.php766 return static::randomRangePrime($min, $max);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php367 $primes[$i] = BigInteger::randomRangePrime($min, $max);