Home
last modified time | relevance | path

Searched refs:z3 (Results 1 – 13 of 13) sorted by relevance

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DBinary.php198 $i = $f->add($z3);
199 $g = $z3->multiply($z3);
206 return [$x3, $y3, $z3];
217 $z3 = $g->multiply($z2);
218 $i = $f->add($z3);
219 $p1 = $this->a->multiply($z3->multiply($z3));
225 return [$x3, $y3, $z3];
256 $z3 = clone $x1;
267 $z3 = $x1->multiply($c);
268 $p1 = $b->multiply($z3);
[all …]
H A DMontgomery.php188 list($x3, $z3) = $q;
195 $c = $x3->add($z3);
196 $d = $x3->subtract($z3);
H A DKoblitzPrime.php207 $z3 = $this->two->multiply($y1)->multiply($z1);
208 return [$x3, $y3, $z3];
231 $z3 = $this->two->multiply($y1);
232 return [$x3, $y3, $z3];
H A DPrime.php251 $z3 = $h->multiply($z1);
252 return [$x3, $y3, $z3];
290 $z3 = $h->multiply($z1)->multiply($z2);
291 return [$x3, $y3, $z3];
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DEd448.php216 $z3 = $e->multiply($j);
218 return [$x3, $y3, $z3];
266 $z3 = $f->multiply($g);
268 return [$x3, $y3, $z3];
H A DEd25519.php278 $z3 = $f->multiply($g);
280 return [$x3, $y3, $z3, $t3];
329 $z3 = $f->multiply($g);
331 return [$x3, $y3, $z3, $t3];
/plugin/magento/
H A Dplugin.info.txt3 email z3-dev@gfnews.net
H A DREADME.md15 Copyright (C) Z3 Development <z3-dev@gfnews.net>
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/
H A DInteger.php307 $z3 = ($x0 * $y3) ^ ($x1 * $y2) ^ ($x2 * $y1) ^ ($x3 * $y0);
312 $z3 &= -8608480567731124088; // 0x8888888888888888 gets interpreted as a float
314 $z = $z0 | $z1 | $z2 | $z3;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DChaCha20.php349 $z3 = $x3;
788 $x3 += $z3;
/plugin/processing/
H A Dscript.js8438 var curveVertexSegment = function(x1, y1, z1, x2, y2, z2, x3, y3, z3, x4, y4, z4) { argument
8453 var zplot1 = draw[4] * z1 + draw[5] * z2 + draw[6] * z3 + draw[7] * z4;
8454 var zplot2 = draw[8] * z1 + draw[9] * z2 + draw[10] * z3 + draw[11] * z4;
8455 var zplot3 = draw[12] * z1 + draw[13] * z2 + draw[14] * z3 + draw[15] * z4;
/plugin/mermaid/
H A Dmermaid.min.js[all...]
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js47375 var z3 = z2.redMul(this.z);
47377 return this.y.redMul(pz3).redISub(p.y.redMul(z3)).cmpn(0) === 0;