Function esp_idf_hal::sys::esp_md5_update
source ยท pub unsafe extern "C" fn esp_md5_update(
ctx: *mut MD5Context,
input: *const u8,
ilen: usize,
) -> i32
Expand description
\brief MD5 process buffer
\param ctx MD5 context \param input buffer holding the data \param ilen length of the input data
\return 0 if successful
\warning MD5 is considered a weak message digest and its use constitutes a security risk. We recommend considering stronger message digests instead.