Function esp_idf_hal::sys::esp_md5_free
source ยท pub unsafe extern "C" fn esp_md5_free(ctx: *mut MD5Context)
Expand description
\brief Clear MD5 context
\param ctx MD5 context to be cleared
\warning MD5 is considered a weak message digest and its use constitutes a security risk. We recommend considering stronger message digests instead.