Home
last modified time | relevance | path

Searched refs:GMP (Results 1 – 6 of 6) sorted by relevance

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DGMP.php170 * @return GMP
184 * @return GMP
198 * @return GMP
321 * @return GMP
332 * @return GMP
427 public function modPow(GMP $e, GMP $n)
441 public function powMod(GMP $e, GMP $n)
453 protected function powModInner(GMP $e, GMP $n)
518 public static function randomRangePrime(GMP $min, GMP $max)
536 public static function randomRange(GMP $min, GMP $max)
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP/
H A DDefaultEngine.php16 namespace phpseclib3\Math\BigInteger\Engines\GMP;
18 use phpseclib3\Math\BigInteger\Engines\GMP; alias
27 abstract class DefaultEngine extends GMP
32 * @param GMP $x
33 * @param GMP $e
34 * @param GMP $n
35 * @return GMP
37 protected static function powModHelper(GMP $x, GMP $e, GMP $n)
39 $temp = new GMP();
/plugin/pureldap/vendor/freedsx/asn1/
H A DCHANGELOG.md56 * Support arbitrary-precision for Integer/Enumerated types with the GMP extension.
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
H A DCHANGELOG.md136 it will try to use GMP and then BCMath. If both of those fail, it will
H A DREADME.md162 The GMP or BCMath extension may be required to read some databases
/plugin/authgooglesheets/
H A Dcomposer.lock743 …"ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary prec…