From: Niels Möller This is an attempt at defining a development target for
Nettle-2.8, inspired by similar pages for recent GMP releases. [Last
- updated 2013-10-05] Nettle release plans
This really ought to be done before release
@@ -30,7 +30,7 @@nettle-2.8 is intended to be a minor API cleanup, with few new +
nettle-2.8 is intended to be an API cleanup, with few new features.
+ New DSA interface, with a separate struct dsa_params. +
+Add EAX mode?
- ++ Add poly1305. +
++ Add chacha. +
++ Add ecc_bitsize function. +
++ Add functions for converting ECC points to and from ANSI x9.62. +
++ Use side-channel silent GMP functions for RSA and DSA. May require + additional interface changes, to use mpn functions. +
Document new AES interface. @@ -79,6 +97,12 @@
Document new EAX mode.
++ Document new DSA interface. +
++ Document poly1305. +