Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DPrime.php529 $wnd = [$this->getNAFPoints($points[0], 7)];
532 $wnd[] = $this->getNAFPoints($points[$i], 1);
590 $wnd[$a] = $comb;
631 $wnd[$j][($z - 1) >> 1] :
632 $this->negatePoint($wnd[$j][(-$z - 1) >> 1]);
648 private function getNAFPoints(array $point, $wnd) argument
655 $max = (1 << $wnd) - 1;