]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
*** empty log message ***
authorNiels Möller <nisse@lysator.liu.se>
Wed, 2 Oct 2002 16:06:18 +0000 (18:06 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Wed, 2 Oct 2002 16:06:18 +0000 (18:06 +0200)
Rev: src/nettle/NEWS:1.7

NEWS

diff --git a/NEWS b/NEWS
index 914b8f00e89b7b0bfebae5fe2d6a19e620506e63..144bd88602425981a8877a661587461112bd6044 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+NEWS for the 1.6 release
+
+       Optimized Assembler implementations of aes, for sparc and x86.
+       
+       New example programs, rsa-keygen, rsa-sign and rsa-verify,
+       located in the examples directory.
+
+       New configure option --enable-shared, which builds a shared
+       library. Not tested.
+
+       New experimental features, including sexp parsing and
+       formatting, and changes to base64 encoding and decoding. The
+       interfaces to these functions are subject to change, and are
+       documented only in the source code.
+       
 NEWS for the 1.5 release
 
        RSA support. Key generation and signatures.