From: Niels Möller Date: Wed, 2 Oct 2002 16:06:18 +0000 (+0200) Subject: *** empty log message *** X-Git-Tag: nettle_1.6_release_20021003~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24a1bec58374cb304a85ad551b0671eca58126a6;p=thirdparty%2Fnettle.git *** empty log message *** Rev: src/nettle/NEWS:1.7 --- diff --git a/NEWS b/NEWS index 914b8f00..144bd886 100644 --- 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.