Function esp_idf_hal::sys::mbedtls_md5
source ยท pub unsafe extern "C" fn mbedtls_md5(
input: *const u8,
ilen: usize,
output: *mut u8,
) -> i32
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.