From: Niels Möller Date: Tue, 8 Feb 2011 20:11:49 +0000 (+0100) Subject: *** empty log message *** X-Git-Tag: nettle_2.2_release_20110711~164 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b753af58e3e173f7150000aa4dfcb62d3a9b0e4;p=thirdparty%2Fnettle.git *** empty log message *** Rev: nettle/ChangeLog:1.141 --- diff --git a/ChangeLog b/ChangeLog index 20e0070c..e4178436 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2011-02-08 Niels Möller + * gcm.h (struct gcm_ctx): The hash key is now always an array, + named h, with array size depending on GCM_TABLE_BITS. * gcm.c (gcm_gf_shift): Added a separate result argument. (gcm_gf_mul): Compile bitwise version only when GCM_TABLE_BITS == 0. Simplified interface with just two arguments pointing to