Home
last modified time | relevance | path

Searched refs:BigInteger (Results 126 – 143 of 143) sorted by path

123456

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/
H A DOpenSSL.php16 namespace phpseclib3\Math\BigInteger\Engines\PHP;
18 use phpseclib3\Math\BigInteger\Engines\OpenSSL as Progenitor;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DBarrett.php16 namespace phpseclib3\Math\BigInteger\Engines\PHP\Reductions;
18 use phpseclib3\Math\BigInteger\Engines\PHP;
19 use phpseclib3\Math\BigInteger\Engines\PHP\Base;
H A DClassic.php16 namespace phpseclib3\Math\BigInteger\Engines\PHP\Reductions;
18 use phpseclib3\Math\BigInteger\Engines\PHP\Base;
H A DEvalBarrett.php16 namespace phpseclib3\Math\BigInteger\Engines\PHP\Reductions;
18 use phpseclib3\Math\BigInteger\Engines\PHP;
19 use phpseclib3\Math\BigInteger\Engines\PHP\Base;
H A DMontgomery.php16 namespace phpseclib3\Math\BigInteger\Engines\PHP\Reductions;
18 use phpseclib3\Math\BigInteger\Engines\PHP\Montgomery as Progenitor;
H A DMontgomeryMult.php16 namespace phpseclib3\Math\BigInteger\Engines\PHP\Reductions;
18 use phpseclib3\Math\BigInteger\Engines\PHP;
H A DPowerOfTwo.php16 namespace phpseclib3\Math\BigInteger\Engines\PHP\Reductions;
18 use phpseclib3\Math\BigInteger\Engines\PHP\Base;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP32.php16 namespace phpseclib3\Math\BigInteger\Engines;
H A DPHP64.php16 namespace phpseclib3\Math\BigInteger\Engines;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBinaryField.php46 /** @var BigInteger */
112 $this->randomMax = new BigInteger($modulo, 2);
123 return new Integer($this->instanceID, $num instanceof BigInteger ? $num->toBytes() : $num);
135 $one = new BigInteger(1);
138 … return new Integer($this->instanceID, BigInteger::randomRange($one, $this->randomMax)->toBytes());
H A DPrimeField.php49 public function __construct(BigInteger $modulo)
77 public function newInteger(BigInteger $num)
91 $one = new BigInteger(1);
94 …return new Integer($this->instanceID, BigInteger::randomRange($one, Integer::getModulo($this->inst…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/
H A DInteger.php26 use phpseclib3\Math\BigInteger; alias
500 return new BigInteger($this->value, 256);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/
H A DInteger.php18 use phpseclib3\Math\BigInteger; alias
33 * @var BigInteger
61 * @var BigInteger
119 * @return BigInteger
230 public function pow(BigInteger $x)
248 $one = new BigInteger(1);
249 $two = new BigInteger(2);
254 $s = BigInteger::scan1divide($q);
263 $m = new BigInteger($s);
360 $sub = new BigInteger(1 << $w);
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php73 use phpseclib3\Math\BigInteger; alias
1797 $prime = new BigInteger($primeBytes, -256);
1798 $g = new BigInteger($gBytes, -256);
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dogg.js15BigInteger(a,b,c){if(a!=null)if("number"==typeof a)this.fromNumber(a,b,c);else if(b==null&&"string… class
H A Dopus.js23BigInteger(a,b,c){if(a!=null)if("number"==typeof a)this.fromNumber(a,b,c);else if(b==null&&"string… function
H A Dvorbis.js19BigInteger(a,b,c){if(a!=null)if("number"==typeof a)this.fromNumber(a,b,c);else if(b==null&&"string… function
/plugin/securelogin/
H A Drsalib.js15 function BigInteger(a, b, c) { class
27 return new BigInteger(null);
76 BigInteger.prototype.am = am2;
79 BigInteger.prototype.am = am1;
82 BigInteger.prototype.am = am3;
86 BigInteger.prototype.DB = dbits;
413 BigInteger.ZERO.subTo(r, r);
646 return BigInteger.ONE;
699 BigInteger.ZERO = nbv(0);
700 BigInteger.ONE = nbv(1);
[all …]

123456