pub type hmac_state = Hmac_state;Aliased Type§
#[repr(C)]pub struct hmac_state {
pub md: Hash_state,
pub hash: i32,
pub hashstate: Hash_state,
pub key: *mut u8,
}Fields§
§md: Hash_state§hash: i32§hashstate: Hash_state§key: *mut u8