sodium_crypto_scalarmult
(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
说明
Elliptic 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.
+添加备注
用户贡献的备注
此页面尚无用户贡献的备注。
备份地址:http://www.lvesu.com/blog/php/function.sodium-crypto-scalarmult.php