Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
H A DPrivateKey.php57 * @param string $coordinates
60 public function multiply($coordinates) argument
64 return sodium_crypto_scalarmult($this->dA->toBytes(), $coordinates);
67 $point = [$this->curve->convertInteger(new BigInteger(strrev($coordinates), 256))];
72 $coordinates = "\0$coordinates";
74 $point = PKCS1::extractPoint($coordinates, $this->curve);