Merge pull request #7811 from mpg/md-info

Optimize strings in MD
This commit is contained in:
Manuel Pégourié-Gonnard 2023-07-28 08:34:09 +00:00 committed by GitHub
commit 43cef57e51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 94 additions and 154 deletions

View file

@ -467,8 +467,8 @@ const int *mbedtls_md_list(void);
const mbedtls_md_info_t *mbedtls_md_info_from_string(const char *md_name);
/**
* \brief This function extracts the message-digest name from the
* message-digest information structure.
* \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.