Struct libgit2_sys::git_cert_hostkey [] [src]

pub struct git_cert_hostkey {
    pub parent: git_cert,
    pub kind: git_cert_ssh_t,
    pub hash_md5: [u8; 16],
    pub hash_sha1: [u8; 20],
}

Fields

parent: git_cert kind: git_cert_ssh_t hash_md5: [u8; 16] hash_sha1: [u8; 20]