| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/ |
| H A D | PrimeField.php | 83 static $one; 84 if (!isset($one)) { 85 $one = new BigInteger(1); 88 …return new Integer($this->instanceID, BigInteger::randomRange($one, Integer::getModulo($this->inst…
|
| H A D | BinaryField.php | 138 static $one; 139 if (!isset($one)) { 140 $one = new BigInteger(1); 143 … return new Integer($this->instanceID, BigInteger::randomRange($one, $this->randomMax)->toBytes());
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/ |
| H A D | PuTTY.php | 50 static $one; 51 if (!isset($one)) { 52 $one = new BigInteger(1); 77 $temp = $primes[1]->subtract($one); 79 $temp = $primes[2]->subtract($one);
|
| H A D | OpenSSH.php | 45 static $one; 46 if (!isset($one)) { 47 $one = new BigInteger(1); 70 $temp = $primes[1]->subtract($one); 72 $temp = $primes[2]->subtract($one);
|
| H A D | Raw.php | 116 $one = new BigInteger(1); 117 $temp = $components['primes'][1]->subtract($one); 119 $temp = $components['primes'][2]->subtract($one);
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/ |
| H A D | Base.php | 113 static $one; 114 if (!isset($one)) { 115 $one = new BigInteger(1); 118 return BigInteger::randomRange($one, $this->order->subtract($one));
|
| H A D | TwistedEdwards.php | 80 protected $one; variable in phpseclib3\\Crypt\\EC\\BaseCurves\\TwistedEdwards 97 $this->one = $this->factory->newInteger(new BigInteger(1)); 182 $z = $this->one->divide($z); 211 $rhs = $this->d->multiply($x2)->multiply($y2)->add($this->one);
|
| H A D | KoblitzPrime.php | 71 static $zero, $one, $two; 74 $one = new BigInteger(1); 79 $inv = $this->one->divide($this->two)->negate(); 91 $tempOne = $factory->newInteger($one); 128 $c1 = $c1->add($one); 134 $c2 = $c2->add($one); 149 clone $this->one 157 clone $this->one 271 $one = new BigInteger(1); 274 $a = clone $one; [all …]
|
| H A D | Montgomery.php | 72 protected $one; variable in phpseclib3\\Crypt\\EC\\BaseCurves\\Montgomery 103 $this->one = $this->factory->newInteger(new BigInteger(1)); 221 $p1 = [$this->one, $this->zero]; 254 return [clone $this->zero, clone $this->one]; 261 $p[1] = clone $this->one;
|
| H A D | Binary.php | 68 protected $one; variable in phpseclib3\\Crypt\\EC\\BaseCurves\\Binary 92 $this->one = $this->factory->newInteger("\1"); 188 if ($z2->equals($this->one)) { 250 if ($z1->equals($this->one)) { 350 $z = $this->one->divide($z); 369 $p[2] = clone $this->one;
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/ |
| H A D | Integer.php | 243 static $one, $two; 244 if (!isset($one)) { 245 $one = new BigInteger(1); 249 $p_1 = static::$modulo[$this->instanceID]->subtract($one); 253 for ($z = $one; !$z->equals(static::$modulo[$this->instanceID]); $z = $z->add($one)) { 263 list($temp) = $q->add($one)->divide($two); 266 while (!$t->equals($one)) { 267 for ($i = clone $one; $i->compare($m) < 0; $i = $i->add($one)) { 268 if ($t->powMod($two->pow($i), static::$modulo[$this->instanceID])->equals($one)) { 276 … $b = $c->powMod($two->pow($m->subtract($i)->subtract($one)), static::$modulo[$this->instanceID]);
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
| H A D | DSA.php | 146 $p = $x->subtract($c->subtract(self::$one)); 149 $p_1 = $p->subtract(self::$one); 159 if (!$g->equals(self::$one)) { 162 $h = $h->add(self::$one); 212 $private->x = BigInteger::randomRange(self::$one, $private->q->subtract(self::$one));
|
| H A D | DH.php | 255 $one = new BigInteger(1); 257 $max = $one->bitwise_leftShift($length); 258 $max = $max->subtract($one); 260 $max = $params->prime->subtract($one); 266 $key->privateKey = BigInteger::randomRange($one, $max);
|
| H A D | RSA.php | 348 $n = clone self::$one; 351 'top' => clone self::$one, 365 $min = $min->add(self::$one); 378 $temp = $primes[$i]->subtract(self::$one); 389 } while (!$gcd->equals(self::$one)); 396 $temp = $prime->subtract(self::$one);
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/ |
| H A D | PublicKey.php | 55 $q_1 = $this->q->subtract(self::$one); 56 if (!$r->between(self::$one, $q_1) || !$s->between(self::$one, $q_1)) {
|
| H A D | PrivateKey.php | 101 $k = BigInteger::randomRange(self::$one, $this->q->subtract(self::$one));
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/ |
| H A D | Ed448.php | 68 $u = $y2->subtract($this->one); 69 $v = $this->d->multiply($y2)->subtract($this->one); 174 return [clone $this->zero, clone $this->one, clone $this->one]; 181 $p[2] = clone $this->one;
|
| H A D | Ed25519.php | 112 $u = $y2->subtract($this->one); 113 $v = $this->d->multiply($y2)->add($this->one); 230 return [clone $this->zero, clone $this->one, clone $this->one, clone $this->zero]; 237 $p[2] = clone $this->one;
|
| /dokuwiki/lib/plugins/revert/lang/hr/ |
| H A D | intro.txt | 3 Pomaže vam pri povratku u slučaju spam napada. Da bi ste našli listu stranica koje su onečišćene sp…
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/ |
| H A D | Engine.php | 54 protected static $one = []; variable in phpseclib3\\Math\\BigInteger\\Engines\\Engine 134 static::$one[static::class] = new static(1); 325 if (!$gcd->equals(static::$one[static::class])) { 825 if (!isset(static::$one[static::class])) { 826 static::$one[static::class] = new static(1); 829 $max = $max->subtract($min->subtract(static::$one[static::class])); 959 $n_1 = $n->subtract(static::$one[static::class]); 969 if (!$y->equals(static::$one[static::class]) && !$y->equals($n_1)) { 972 if ($y->equals(static::$one[static::class])) { 1024 if ($this->compare(static::$one[static::class]) < 0) { [all …]
|
| /dokuwiki/inc/lang/en/ |
| H A D | register.txt | 3 …id e-mail address** - if you are not asked to enter a password here, a new one will be sent to tha…
|
| /dokuwiki/inc/lang/el/ |
| H A D | stopwords.txt | 1 # This is a list of words the indexer ignores, one word per line
|
| /dokuwiki/inc/lang/et/ |
| H A D | stopwords.txt | 1 # This is a list of words the indexer ignores, one word per line
|
| /dokuwiki/inc/lang/ar/ |
| H A D | stopwords.txt | 1 # This is a list of words the indexer ignores, one word per line
|
| /dokuwiki/inc/lang/hr/ |
| H A D | stopwords.txt | 3 # Nije potrebno navoditi riječi kraće od 3 znaka - one su svakako ignorirane
|