pub type SHA512_CTX = sha512_state_st;Aliased Type§
#[repr(C)]pub struct SHA512_CTX {
pub h: [u64; 8],
pub num: u16,
pub md_len: u16,
pub bytes_so_far_high: u32,
pub bytes_so_far_low: u64,
pub p: [u8; 128],
}Fields§
§h: [u64; 8]§num: u16§md_len: u16§bytes_so_far_high: u32§bytes_so_far_low: u64§p: [u8; 128]