Function esp_idf_hal::sys::esp_md5_process
source ยท pub unsafe extern "C" fn esp_md5_process(
ctx: *mut MD5Context,
data: *const u8,
) -> i32
Expand description
\brief MD5 process data block (internal use only)
\param ctx MD5 context \param data buffer holding one block of 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.