aboutsummaryrefslogtreecommitdiffstats
path: root/etc/NEWS
diff options
context:
space:
mode:
authorLeo Liu <[email protected]>2011-06-21 16:55:22 +0800
committerLeo Liu <[email protected]>2011-06-21 16:55:22 +0800
commit7f3f739fa4e1351a5b8a2dcd290f79c2e3baba38 (patch)
treee30470b57676daad3c70b40a6725707473ca2c50 /etc/NEWS
parentbd168c0651be4fd71141ba19d54389b26258e5bb (diff)
New primitive secure-hash supporting md5, sha-1 and sha-2
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 7d32cdba0a..f934cf7582 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -305,7 +305,8 @@ If you need it, feedmail.el ought to provide a superset of the functionality.
** The variable `focus-follows-mouse' now always defaults to nil.
-** Function `sha1' is now implemented in C for speed.
+** New primitive `secure-hash' that supports many secure hash algorithms
+including md5, sha-1 and sha-2 (sha-224, sha-256, sha-384 and sha-512).
The elisp implementation sha1.el is removed. Feature sha1 is provided
by default.