717 B
717 B
title | description |
---|---|
client_DH_inner_data | client_DH_inner_data attributes, type and example |
Constructor: client_DH_inner_data
Attributes:
Name | Type | Required |
---|---|---|
nonce | int128 | Required |
server_nonce | int128 | Required |
retry_id | long | Required |
g_b | bytes | Required |
Type: Client_DH_Inner_Data
Example:
$client_DH_inner_data = ['_' => 'client_DH_inner_data', 'nonce' => int128, 'server_nonce' => int128, 'retry_id' => long, 'g_b' => bytes, ];