openssl_dh_compute_key
()
openssl_dh_compute_key — 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
)
Предупреждение
Към момента тази функция не е документирана; наличен е единствено списъкът с аргументите й.
Параметри
- pub_key
-
Public key
- dh_key
-
DH key
Връщани стойности
Returns computed key on success or FALSE on failure.
There are no user contributed notes for this page.
