PHP 8.4.0 RC4 available for testing

sodium_crypto_kx_publickey

(PHP 7 >= 7.2.0, PHP 8)

sodium_crypto_kx_publickeyExtract the public key from a crypto_kx keypair

Descrição

sodium_crypto_kx_publickey(#[\SensitiveParameter] 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().

Valor Retornado

X25519 public key.

adicione uma nota

Notas Enviadas por Usuários (em inglês)

Não há notas de usuários para esta página.
To Top