struct ssh_kex_struct

#include <include/libssh/kex.h>

struct ssh_kex_struct {
    // fields

    unsigned char cookie[16];
    char* methods[10];
};