Skip to main content

md5_context_t

Type Alias md5_context_t 

Source
pub type md5_context_t = MD5Context;
Expand description

@brief Type defined for MD5 context

Aliased Type§

#[repr(C)]
pub struct md5_context_t { pub buf: [u32; 4], pub bits: [u32; 2], pub in_: [u8; 64], }

Fields§

§buf: [u32; 4]§bits: [u32; 2]§in_: [u8; 64]