Function esp_idf_sys::mbedtls_md_get_name
source ยท pub unsafe extern "C" fn mbedtls_md_get_name(
md_info: *const mbedtls_md_info_t,
) -> *const c_char
Expand description
\brief This function returns the name of the message digest for the message-digest information structure given.
\param md_info The information structure of the message-digest algorithm to use.
\return The name of the message digest.