Statement on glibc/iconv Vulnerability

sodium_crypto_scalarmult_ristretto255

(PHP 8 >= 8.1.1)

sodium_crypto_scalarmult_ristretto255Computes a shared secret

Descrição

sodium_crypto_scalarmult_ristretto255(string $n, string $p): string

Calculates scalar n times point p. Available as of libsodium 1.0.18.

Aviso

Esta função não está documentada; apenas a lista de argumentos está disponível.

Parâmetros

n

A scalar, which is typically a secret key.

p

A point (x-coordinate), which is typically a public key.

Valor Retornado

Returns a 32-byte random string.

Veja Também

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top