(PHP 8 >= 8.1.1)
sodium_crypto_scalarmult_ristretto255 — Computes a shared secret
$n
, string $p
): string
Calculates scalar n
times point p
.
Available as of libsodium 1.0.18.
本函數(shù)還未編寫文檔,僅有參數(shù)列表。
n
A scalar, which is typically a secret key.
p
A point (x-coordinate), which is typically a public key.
Returns a 32-byte random string.