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