Searched refs:coordinates (Results 1 – 1 of 1) sorted by relevance
57 * @param string $coordinates60 public function multiply($coordinates) argument64 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);