Function esp_idf_sys::mbedtls_md5
source ยท pub unsafe extern "C" fn mbedtls_md5(
input: *const c_uchar,
ilen: usize,
output: *mut c_uchar,
) -> c_int
Expand description
\brief Output = MD5( input buffer )
\param input buffer holding the data \param ilen length of the input data \param output MD5 checksum result
\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.