Searched refs:encodePoint (Results 1 – 10 of 10) sorted by relevance
95 return $curve->encodePoint($publicKey);119 return $privateKey->secret . $curve->encodePoint($publicKey);
153 $key = Strings::packSSH2('ss', 'ssh-ed25519', $curve->encodePoint($publicKey));198 $pubKey = $curve->encodePoint($publicKey);
191 $curve->encodePoint($publicKey),
123 return $this->encodePoint($geometry, $precision);130 $geoHashes[] = $this->encodePoint($point, 0.0000001);156 private function encodePoint($point, $precision = null) function in geoPHP\\Adapter\\GeoHash
76 return $this->curve->encodePoint($point);116 $A = $this->curve->encodePoint($this->QA);135 $R = $curve->encodePoint($R);
93 $A = $curve->encodePoint($this->QA);
136 public function encodePoint($point) function in phpseclib3\\Crypt\\EC\\Curves\\Ed448
194 public function encodePoint($point) function in phpseclib3\\Crypt\\EC\\Curves\\Ed25519
351 return $this->curve->encodePoint($this->QA);
48101 var Rencoded = this.encodePoint(R);48160 EDDSA.prototype.encodePoint = function encodePoint(point) {48230 return this.eddsa.encodePoint(this.pub());48322 return this.eddsa.encodePoint(this.R());