Php/docs/function.openssl-dh-compute-key
来自菜鸟教程
openssl_dh_compute_key
(PHP 5 >= 5.3.0, PHP 7)
openssl_dh_compute_key — 计算远程DH密钥(公钥)和本地DH密钥的共享密钥
说明
openssl_dh_compute_key
( string $pub_key
, resource $dh_key
) : string
Warning 本函数还未编写文档,仅有参数列表。
参数
pub_key
- 公钥
dh_key
- DH 密钥
返回值
成功,返回计算的密钥, 或者在失败时返回 false
.