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

\brief This function returns the message-digest information associated with the given digest type.

\param md_type The type of digest to search for.

\return The message-digest information associated with \p md_type. \return NULL if the associated message-digest information is not found.