Searched defs:randomRangePrime (Results 1 – 5 of 5) sorted by relevance
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/ | ||
D | PHP64.php | 305 public static function randomRangePrime(PHP64 $min, PHP64 $max) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP64 |
D | PHP32.php | 304 public static function randomRangePrime(PHP32 $min, PHP32 $max) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP32 |
D | BCMath.php | 493 public static function randomRangePrime(BCMath $min, BCMath $max) function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath |
D | GMP.php | 510 public static function randomRangePrime(GMP $min, GMP $max) function in phpseclib3\\Math\\BigInteger\\Engines\\GMP |
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/ | ||
D | BigInteger.php | 691 public static function randomRangePrime(BigInteger $min, BigInteger $max) function in phpseclib3\\Math\\BigInteger |