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 data
  • ilen - length of the input data
  • output - MD5 checksum result