sodium_crypto_kx_publickey
PHP Manual
PHP Manual»Sodium Функції»sodium_crypto_kx_publickey

sodium_crypto_kx_publickey

(PHP 7 >= 7.2.0, PHP 8)

sodium_crypto_kx_publickeyExtract the public key from a crypto_kx keypair

Опис

function sodium_crypto_kx_publickey(#[\SensitiveParameter]string $key_pair): string

Extract the public key from a crypto_kx keypair.

Параметри

key_pair
X25519 keypair, such as one generated by sodium_crypto_kx_keypair().

Значення, що повертаються

X25519 public key.

To Top