PHP 8.3.4 Released!

sodium_crypto_kx_secretkey

(PHP 7 >= 7.2.0, PHP 8)

sodium_crypto_kx_secretkeyExtract the secret key from a crypto_kx keypair.

Açıklama

sodium_crypto_kx_secretkey(string $key_pair): string

Extract the secret key from a crypto_kx keypair.

Bağımsız Değişkenler

key_pair

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

Dönen Değerler

X25519 secret key.

add a note

User Contributed Notes

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