From c6f38f5f318f4d1cc816385157cbf09197c54d07 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niels=20M=C3=B6ller?= Date: Thu, 11 Apr 2013 14:40:57 +0200 Subject: [PATCH] Updated release plans. --- misc/plan.html | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/misc/plan.html b/misc/plan.html index 561226b2..e0d0f266 100644 --- a/misc/plan.html +++ b/misc/plan.html @@ -30,10 +30,10 @@

Plan for the Nettle-2.7 release

Code

-

+

Support older GMP versions, as far as practical.

-

+

Make use of GMP's mpn_cnd_add_n and mpn_sub_n (which will be available in the next GMP release).

@@ -50,7 +50,7 @@

Documentation

-

+

Document new ECC functions.

@@ -91,7 +91,10 @@

  • sparc64-solaris10
  • -

    Plans for nettle-3.0

    +

    Plans for nettle-2.8

    + +

    nettle-2.8 is intended to be a minor API cleanup, with few new + features.

    Interface changes

    @@ -104,6 +107,19 @@ nettle library, with nettle_ prefix on the symbols, and no AC_REPLACE_FUNCS.

    +

    + Use the type uint64_t for 64-bit block counts in all hash + functions. +

    +

    + Move some internal-use macros from macros.h to nettle-internal.h. +

    + +

    Plans for nettle-3.0

    + +

    These are some larger API changes under consideration.

    + +

    Interface changes

    For Merkle-Damgaard hash functions, separate the state and the buffering. E.g., when using them for HMAC keyed "inner" and -- 2.47.2