aboutsummaryrefslogtreecommitdiff
path: root/include/mbedtls/md.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbedtls/md.h')
-rw-r--r--include/mbedtls/md.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mbedtls/md.h b/include/mbedtls/md.h
index 63d5318..6a21f05 100644
--- a/include/mbedtls/md.h
+++ b/include/mbedtls/md.h
@@ -125,6 +125,8 @@ typedef struct mbedtls_md_context_t
* \brief This function returns the list of digests supported by the
* generic digest module.
*
+ * \note The list starts with the strongest available hashes.
+ *
* \return A statically allocated array of digests. Each element
* in the returned list is an integer belonging to the
* message-digest enumeration #mbedtls_md_type_t.