Type Alias esp_idf_sys::SHA_CTX

source ·
pub type SHA_CTX = SHAContext;

Aliased Type§

struct SHA_CTX {
    pub start: bool,
    pub in_hardware: bool,
    pub type_: u32,
    pub state: [u32; 16],
    pub buffer: [u8; 128],
    pub total_bits: [u32; 4],
}

Fields§

§start: bool§in_hardware: bool§type_: u32§state: [u32; 16]§buffer: [u8; 128]§total_bits: [u32; 4]