Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DBase.php210 public function negatePoint(array $p) function in phpseclib3\\Crypt\\EC\\BaseCurves\\Base
H A DKoblitzPrime.php154 $p = $this->negatePoint($p);
159 $beta = $this->negatePoint($beta);
H A DPrime.php562 $comb[2] = $this->addPoint($points[$a], $this->negatePoint($points[$b]));
635 $this->negatePoint($wnd[$j][(-$z - 1) >> 1]);