sodium_crypto_kx_client_session_keys() –
You appear to be a bot. Output may be restricted
Description
Usage
$array{0: = sodium_crypto_kx_client_session_keys( $client_key_pair, $server_key );
Parameters
- $client_key_pair
- ( string ) required –
- $server_key
- ( string ) required –
Returns
array{0: string, 1: string}
Source
File name: wordpress/wp-includes/sodium_compat/lib/php72compat.php
Lines:
1 to 5 of 5
function sodium_crypto_kx_client_session_keys($client_key_pair, $server_key) { return ParagonIE_Sodium_Compat::crypto_kx_client_session_keys($client_key_pair, $server_key); }