PHP8 sodium_crypto_kx_secretkey
(PHP 7 >= 7.2.0, PHP 8)
sodium_crypto_kx_secretkey — 从crypto_kx密钥对中提取密钥。
说明
sodium_crypto_kx_secretkey(string $key_pair): string
从crypto_kx密钥对中提取密钥。
参数
key_pair
X25519 密钥对,例如由 sodium_crypto_kx_keypair() 生成的密钥对。
返回值
X25519 密钥。