From: Niels Möller Date: Sun, 13 Feb 2011 14:17:22 +0000 (+0100) Subject: (GCM_TABLE_BITS): Increase table size to 8 bits, X-Git-Tag: nettle_2.2_release_20110711~140 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ccba0ebe59d083f04e865375aaf2ff441561fcc1;p=thirdparty%2Fnettle.git (GCM_TABLE_BITS): Increase table size to 8 bits, corresponding to 4 KByte of key-dependent tables. Rev: nettle/gcm.h:1.10 --- diff --git a/gcm.h b/gcm.h index 2c1d7a60..01dbd952 100644 --- a/gcm.h +++ b/gcm.h @@ -58,7 +58,7 @@ extern "C" { #define GCM_BLOCK_SIZE 16 #define GCM_IV_SIZE (GCM_BLOCK_SIZE - 4) -#define GCM_TABLE_BITS 4 +#define GCM_TABLE_BITS 8 /* To make sure that we have proper alignment. */ union gcm_block