(PHP 7 >= 7.2.0, PHP 8)
sodium_crypto_scalarmult — Compute a shared secret given a user's secret key and another user's public key
sodium_crypto_scalarmult(string $n, string $p): string
Elliptic Curve Diffie-Hellman. Calculates scalar n times point p, on an elliptic curve.
nscalar, which is typically a secret key
ppoint (x-coordinate), which is typically a public key
A 32-byte random string.
© 1997–2025 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/function.sodium-crypto-scalarmult.php