Home
last modified time | relevance | path

Searched refs:two (Results 1 – 25 of 28) sorted by relevance

12

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DKoblitzPrime.php71 static $zero, $one, $two;
72 if (!isset($two)) {
73 $two = new BigInteger(2);
79 $inv = $this->one->divide($this->two)->negate();
92 $tempTwo = $factory->newInteger($two);
127 if ($this->order->compare($r->multiply($two)) <= 0) {
133 if ($this->order->compare($r->multiply($two)) <= 0) {
193 $denominator = $this->two->multiply($p[1]);
211 $d = $d->multiply($d)->subtract($a)->subtract($c)->multiply($this->two);
214 $x3 = $f->subtract($this->two->multiply($d));
[all …]
H A DTwistedEdwards.php87 protected $two; variable in phpseclib3\\Crypt\\EC\\BaseCurves\\TwistedEdwards
98 $this->two = $this->factory->newInteger(new BigInteger(2));
H A DPrime.php77 protected $two; variable in phpseclib3\\Crypt\\EC\\BaseCurves\\Prime
121 $this->two = $this->factory->newInteger(new BigInteger(2));
204 $x3 = $r->multiply($r)->subtract($h3)->subtract($v->multiply($this->two));
241 $x3 = $r->multiply($r)->subtract($h3)->subtract($v->multiply($this->two));
280 $x3 = $r->multiply($r)->subtract($h3)->subtract($v->multiply($this->two));
354 $denominator = $this->two->multiply($p[1]);
373 $x1 = $m->multiply($m)->subtract($this->two->multiply($s));
377 $z1 = $this->two->multiply($y)->multiply($z);
394 $x1 = $m->multiply($m)->subtract($this->two->multiply($s));
398 $z1 = $this->two->multiply($y);
H A DMontgomery.php115 $two = $this->factory->newInteger(new BigInteger(2));
117 $this->a24 = $this->a->subtract($two)->divide($four);
/dokuwiki/inc/lang/en/
H A Ddiff.txt3 This shows you the differences between two versions of the page.
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/
H A DInteger.php243 static $one, $two;
246 $two = new BigInteger(2);
252 list($pow) = $p_1->divide($two);
263 list($temp) = $q->add($one)->divide($two);
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/Math/BigInteger/Engines/
H A DEngine.php61 protected static $two = []; variable in phpseclib3\\Math\\BigInteger\\Engines\\Engine
135 static::$two[static::class] = new static(2);
878 if (!isset(static::$two[static::class])) {
879 static::$two[static::class] = new static('2');
899 $x = $x->add(static::$two[static::class]);
903 if ($x->equals(static::$two[static::class])) {
960 $n_2 = $n->subtract(static::$two[static::class]);
966 $a = static::randomRange(static::$two[static::class], $n_2);
971 $y = $y->modPow(static::$two[static::class], $n);
1027 if ($this->compare(static::$two[static::class]) < 0) {
[all …]
/dokuwiki/_test/data/pages/int/
H A Deditandsavetest.txt16 It is essential for the tests that there are two headlines with the title **Headline2**!
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DEd25519.php138 $temp = $this->two->pow($temp);
268 $c = $this->two->multiply($z1)->multiply($z1);
319 $c = $t1->multiply($this->two)->multiply($this->d)->multiply($t2);
320 $d = $z1->multiply($this->two)->multiply($z2);
H A DEd448.php215 $j = $e->subtract($this->two->multiply($h));
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DDSA.php138 $two = new BigInteger(2);
141 $divisor = $q->multiply($two);
156 $h = clone $two;
/dokuwiki/_test/tests/TreeBuilder/cp/
H A Dcomplex.txt11 We have two lists here
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_admin.less3 /* main task grouped in two columns */
H A D_diff.css3 * differences between two versions of a page (?do=diff).
/dokuwiki/
H A D.htaccess.dist40 ## restrict access to it over HTTPS only! Uncomment the following two
H A DCOPYING39 We protect your rights with two steps: (1) copyright the software, and
254 make exceptions for this. Our decision will be guided by the two goals
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt20 …lines. If you want to **force a newline** without a paragraph, you can use two backslashes followe…
23 two backslashes are only recognized at the end of a line\\
27 two backslashes are only recognized at the end of a line\\
198 Dokuwiki supports ordered and unordered lists. To create a list item, indent your text by two space…
348 … least two whitespaces at the opposite end of your text: Add two spaces on the left to align right…
380 You can include code blocks into your documents by either indenting them by at least two spaces (li…
382 This is text is indented by two spaces.
394 This is text is indented by two spaces.
/dokuwiki/_test/data/pages/wiki/
H A Dsyntax.txt20 …lines. If you want to **force a newline** without a paragraph, you can use two backslashes followe…
23 two backslashes are only recognized at the end of a line\\
27 two backslashes are only recognized at the end of a line\\
198 Dokuwiki supports ordered and unordered lists. To create a list item, indent your text by two space…
348 … least two whitespaces at the opposite end of your text: Add two spaces on the left to align right…
380 You can include code blocks into your documents by either indenting them by at least two spaces (li…
382 This is text is indented by two spaces.
394 This is text is indented by two spaces.
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md108 The formatter is used through the ``format()`` method which expects at least two arrays: The first …
133 … the `Psr\Log\LoggerInterface` you can do so by inheriting from one of the two provided classes im…
138 The resulting object then can be passed as the logger instance. The difference between the two is i…
/dokuwiki/vendor/splitbrain/lesserphp/
H A DREADME.md7 …branch of `MarcusSchwarz/lesserphp`, not the much modernized `master` branch. This has two reasons:
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DReadMe.txt19 The class provides two public methods, encode() and decode(), which do exactly
H A DLICENCE48 We protect your rights with a two-step method: (1) we copyright the
74 a shared library, the combination of the two is legally speaking a
338 permitted, and provided that you do these two things:
431 decision will be guided by the two goals of preserving the free status
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DLICENSE48 We protect your rights with a two-step method: (1) we copyright the
74 a shared library, the combination of the two is legally speaking a
338 permitted, and provided that you do these two things:
431 decision will be guided by the two goals of preserving the free status
/dokuwiki/vendor/php81_bc/strftime/
H A DREADME.md110 **NOTE**: All week formats are two-digit, with leading zeros.
/dokuwiki/vendor/geshi/geshi/
H A DLICENSE39 We protect your rights with two steps: (1) copyright the software, and
254 make exceptions for this. Our decision will be guided by the two goals

12