PHP 8.4.1 Released!

sodium_crypto_kx_secretkey

(PHP 7 >= 7.2.0, PHP 8)

sodium_crypto_kx_secretkeyExtract the secret key from a crypto_kx keypair.

Descrição

sodium_crypto_kx_secretkey(#[\SensitiveParameter] string $key_pair): string

Extract the secret key from a crypto_kx keypair.

Parâmetros

key_pair

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

Valor Retornado

X25519 secret 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