PHP 8.3.4 Released!

sodium_crypto_kx_publickey

(PHP 7 >= 7.2.0, PHP 8)

sodium_crypto_kx_publickeyExtract the public key from a crypto_kx keypair

Descripción

sodium_crypto_kx_publickey(string $key_pair): string

Extract the public key from a crypto_kx keypair.

Parámetros

key_pair

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

Valores devueltos

X25519 public key.

add a note

User Contributed Notes

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