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