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.php58 * @param string $coordinates
61 public function multiply($coordinates) argument
77 return sodium_crypto_scalarmult($dA, $coordinates);
82 $point = [$this->curve->convertInteger(new BigInteger(strrev($coordinates), 256))];
88 $coordinates = "\0$coordinates";
91 $point = PKCS1::extractPoint($coordinates, $this->curve);