PHP - Manual: sodium_crypto_scalarmult
2024-11-13
(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
$n
, string $p
): stringElliptic Curve Diffie-Hellman. Calculates scalar n times point p, on an elliptic curve.
n
scalar, which is typically a secret key
p
point (x-coordinate), which is typically a public key
A 32-byte random string.
官方地址:https://www.php.net/manual/en/function.sodium-crypto-scalarmult.php