pub type t1ha_context_t = t1ha_context;
Aliased Type§
struct t1ha_context_t {
pub state: t1ha_state256,
pub buffer: t1ha_state256,
pub partial: usize,
pub total: u64,
pub __bindgen_padding_0: [u64; 2],
}
Fields§
§state: t1ha_state256
§buffer: t1ha_state256
§partial: usize
§total: u64
§__bindgen_padding_0: [u64; 2]