Type Alias SHA512_CTX

Source
pub type SHA512_CTX = SHA512state_st;

Aliased Type§

struct SHA512_CTX {
    pub h: [u64; 8],
    pub Nl: u64,
    pub Nh: u64,
    pub u: SHA512state_st__bindgen_ty_1,
    pub num: u32,
    pub md_len: u32,
}

Fields§

§h: [u64; 8]§Nl: u64§Nh: u64§u: SHA512state_st__bindgen_ty_1§num: u32§md_len: u32