Function esp_idf_sys::mbedtls_md5_self_test

source ยท
pub unsafe extern "C" fn mbedtls_md5_self_test(
    verbose: c_int,
) -> c_int
Expand description

\brief Checkup routine

\return 0 if successful, or 1 if the test failed

\warning MD5 is considered a weak message digest and its use constitutes a security risk. We recommend considering stronger message digests instead.