Searched refs:points (Results 1 – 8 of 8) sorted by relevance
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/ |
| H A D | Base.php | 209 public function multiplyAddPoints(array $points, array $scalars) argument 211 $p1 = $this->convertToInternal($points[0]); 212 $p2 = $this->convertToInternal($points[1]);
|
| H A D | Prime.php | 521 public function multiplyAddPoints(array $points, array $scalars) argument 523 $length = count($points); 525 foreach ($points as &$point) { 529 $wnd = [$this->getNAFPoints($points[0], 7)]; 530 $wndWidth = [isset($points[0]['nafwidth']) ? $points[0]['nafwidth'] : 7]; 532 $wnd[] = $this->getNAFPoints($points[$i], 1); 533 $wndWidth[] = isset($points[$i]['nafwidth']) ? $points[$i]['nafwidth'] : 1; 552 $points[$a], // 1 555 $points[$b] // 7 558 $comb[1] = $this->addPoint($points[$a], $points[$b]); [all …]
|
| H A D | KoblitzPrime.php | 69 public function multiplyAddPoints(array $points, array $scalars) argument 118 for ($i = 0; $i < count($points); $i++) { 119 $p = $points[$i];
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/ |
| H A D | OpenSSH.php | 159 $points = "\4" . $publicKey[0]->toBytes() . $publicKey[1]->toBytes(); 160 $key = Strings::packSSH2('sss', 'ecdsa-sha2-' . $alias, $alias, $points); 202 $points = "\4" . $publicKey[0]->toBytes() . $publicKey[1]->toBytes(); 205 … $privateKey = Strings::packSSH2('sssi', 'ecdsa-sha2-' . $alias, $alias, $points, $privateKey);
|
| /dokuwiki/lib/tpl/dokuwiki/ |
| H A D | style.ini | 85 ; cut off points for mobile devices
|
| /dokuwiki/data/pages/wiki/ |
| H A D | syntax.txt | 38 …m - You can set the link text as well: [[http://www.google.com|This Link points to google]]. Email… 42 link text as well: [[http://www.google.com|This Link points to google]]. Email
|
| /dokuwiki/_test/data/pages/wiki/ |
| H A D | syntax.txt | 38 …m - You can set the link text as well: [[http://www.google.com|This Link points to google]]. Email… 42 link text as well: [[http://www.google.com|This Link points to google]]. Email
|
| /dokuwiki/vendor/geshi/geshi/ |
| H A D | CHANGELOG | 500 * Use considerably less strlen() calls on various points by caching the results (milian)
|