Searched refs:z3 (Results 1 – 13 of 13) sorted by relevance
| /plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/ |
| D | Binary.php | 196 $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 …]
|
| D | Montgomery.php | 188 list($x3, $z3) = $q; 195 $c = $x3->add($z3); 196 $d = $x3->subtract($z3);
|
| D | KoblitzPrime.php | 207 $z3 = $this->two->multiply($y1)->multiply($z1); 208 return [$x3, $y3, $z3]; 231 $z3 = $this->two->multiply($y1); 232 return [$x3, $y3, $z3];
|
| D | Prime.php | 251 $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/ |
| D | Ed448.php | 216 $z3 = $e->multiply($j); 218 return [$x3, $y3, $z3]; 266 $z3 = $f->multiply($g); 268 return [$x3, $y3, $z3];
|
| D | Ed25519.php | 278 $z3 = $f->multiply($g); 280 return [$x3, $y3, $z3, $t3]; 329 $z3 = $f->multiply($g); 331 return [$x3, $y3, $z3, $t3];
|
| /plugin/magento/ |
| D | plugin.info.txt | 3 email z3-dev@gfnews.net
|
| D | README.md | 15 Copyright (C) Z3 Development <z3-dev@gfnews.net>
|
| /plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/ |
| D | Integer.php | 307 $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/ |
| D | ChaCha20.php | 349 $z3 = $x3; 788 $x3 += $z3;
|
| /plugin/processing/ |
| D | script.js | 8438 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 D | mermaid.min.js | 350 …z3,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/ |
| D | exceljs.js | 47375 var z3 = z2.redMul(this.z); 47377 return this.y.redMul(pz3).redISub(p.y.redMul(z3)).cmpn(0) === 0;
|