]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
*** empty log message ***
authorNiels Möller <nisse@lysator.liu.se>
Wed, 9 Jan 2002 15:16:01 +0000 (16:16 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Wed, 9 Jan 2002 15:16:01 +0000 (16:16 +0100)
Rev: src/nettle/NEWS:1.4

NEWS

diff --git a/NEWS b/NEWS
index a09f5cdea3479e887e874cc2335138bec18bcf3e..26262b0304e5ff602c084bfa5e9497cafca3e439 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+NEWS for the 1.5 release
+
+       Changed the interface for hash functions. The md5_digest
+       function is now equivalent to the old sequence of md5_final,
+       md5_digest, md5_init, and similarly for the other hashing
+       algorithms. This makes the interface simpler.
+
 NEWS for the 1.0 release
 
        Fixed twofish bug spotted by Jean-Pierre Stierlin.