Function flipper0::ffi::md5

source ·
pub unsafe extern "C" fn md5(
    input: *const u8,
    ilen: usize,
    output: *mut [u8; 16]
)
Expand description

\brief Output = MD5( input buffer )

\param input buffer holding the data \param ilen length of the input data \param output MD5 checksum result