Function flipperzero_sys::md5
source · pub unsafe extern "C" fn md5(
input: *const c_uchar,
ilen: usize,
output: *mut c_uchar
)Expand description
Output = MD5( input buffer )
Arguments
input- buffer holding the datailen- length of the input dataoutput- MD5 checksum result