Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DBase.php192 public function negatePoint(array $p) function in phpseclib3\\Crypt\\EC\\BaseCurves\\Base
H A DKoblitzPrime.php165 $p = $this->negatePoint($p);
170 $beta = $this->negatePoint($beta);
H A DPrime.php559 $comb[2] = $this->addPoint($points[$a], $this->negatePoint($points[$b]));
632 $this->negatePoint($wnd[$j][(-$z - 1) >> 1]);