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/
DBinary.php196 $z3 = $e->multiply($z1);
197 $h = $f->multiply($x2)->add($z3->multiply($y2));
198 $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;
[all …]
DMontgomery.php188 list($x3, $z3) = $q;
195 $c = $x3->add($z3);
196 $d = $x3->subtract($z3);
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];
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/
DEd448.php216 $z3 = $e->multiply($j);
218 return [$x3, $y3, $z3];
266 $z3 = $f->multiply($g);
268 return [$x3, $y3, $z3];
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/
Dplugin.info.txt3 email z3-dev@gfnews.net
DREADME.md15 Copyright (C) Z3 Development <z3-dev@gfnews.net>
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/
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/
DChaCha20.php349 $z3 = $x3;
788 $x3 += $z3;
/plugin/processing/
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.js350z3,G3,OV,A5e,_5e,D5e,L5e,R5e,N5e,M5e,I5e,O5e,P5e,B5e,F5e,$5e,z5e,G5e,V5e,U5e,PV,H5e,W5e,BV,q5e,Y5e…
/plugin/xlsx2dw/packages/exceljs/
Dexceljs.js47375 var z3 = z2.redMul(this.z);
47377 return this.y.redMul(pz3).redISub(p.y.redMul(z3)).cmpn(0) === 0;