(PHP 5 >= 5.3.11, PHP 7)
Computes shared secret for public value of remote DH key and local DH key
string openssl_dh_compute_key ( string $pub_key, resource $dh_key )
Parameters:
pub_key
Public key
dh_key
DH key
Returns:
Returns computed key on success or FALSE
on failure.
This function is currently not documented; only its argument list is available.
Please login to continue.