Searched refs:encodePoint (Results 1 – 9 of 9) sorted by relevance
90 return $curve->encodePoint($publicKey);114 return $secret . $curve->encodePoint($publicKey);
150 $key = Strings::packSSH2('ss', 'ssh-ed25519', $curve->encodePoint($publicKey));195 $pubKey = $curve->encodePoint($publicKey);
143 'x' => Strings::base64url_encode($curve->encodePoint($publicKey))
229 $curve->encodePoint($publicKey),
94 return $this->curve->encodePoint($point);178 $A = $this->curve->encodePoint($this->QA);197 $R = $curve->encodePoint($R);
134 $A = $curve->encodePoint($this->QA);
139 public function encodePoint($point) function in phpseclib3\\Crypt\\EC\\Curves\\Ed448
194 public function encodePoint($point) function in phpseclib3\\Crypt\\EC\\Curves\\Ed25519
476 return $this->curve->encodePoint($this->QA);