(PHP 8 >= 8.1.1)
sodium_crypto_scalarmult_ristretto255 — Computes a shared secret
Calculates scalar n
times point p
.
Available as of libsodium 1.0.18.
Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Parameter zur Verfügung.
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.