Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Awa.Kex
Sourceval make_kexinit :
?ext_info:[ `Ext_info_c | `Ext_info_s ] ->
Hostkey.alg list ->
alg list ->
unit ->
Ssh.kexinit
type negotiation = {
kex_alg : alg;
server_host_key_alg : Hostkey.alg;
encryption_alg_ctos : Cipher.t;
encryption_alg_stoc : Cipher.t;
mac_alg_ctos : Hmac.t;
mac_alg_stoc : Hmac.t;
compression_alg_ctos : compression_alg;
compression_alg_stoc : compression_alg;
}