aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fns.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/fns.c b/src/fns.c
index cb3e25811ea..6133c20573a 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -6402,7 +6402,9 @@ whole OBJECT.
6402 6402
6403The full list of algorithms can be obtained with `secure-hash-algorithms'. 6403The full list of algorithms can be obtained with `secure-hash-algorithms'.
6404 6404
6405If BINARY is non-nil, returns a string in binary form. 6405If BINARY is non-nil, returns a string in binary form. In this case,
6406the function returns a unibyte string whose length is half the number
6407of characters it returns when BINARY is nil.
6406 6408
6407Note that MD5 and SHA-1 are not collision resistant and should not be 6409Note that MD5 and SHA-1 are not collision resistant and should not be
6408used for anything security-related. For these applications, use one 6410used for anything security-related. For these applications, use one