pub unsafe extern "C" fn mbedtls_md_get_type(
    md_info: *const mbedtls_md_info_t
) -> mbedtls_md_type_t
Expand description

\brief This function extracts the message-digest type from the message-digest information structure.

\param md_info The information structure of the message-digest algorithm to use.

\return The type of the message digest.