From bf1fe0cf0c1bce09535ce74bf14aa73e12a663f6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Mon, 7 Feb 2011 09:46:16 +0100
Subject: [PATCH] (GCM_TABLE_BITS): Set to 4.

Rev: nettle/gcm.h:1.4
---
 gcm.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcm.h b/gcm.h
index 89dc1128..c6d1c2c6 100644
--- a/gcm.h
+++ b/gcm.h
@@ -51,7 +51,7 @@ extern "C" {
 #define GCM_BLOCK_SIZE 16
 #define GCM_IV_SIZE (GCM_BLOCK_SIZE - 4)
 
-#define GCM_TABLE_BITS 0
+#define GCM_TABLE_BITS 4
 
 struct gcm_ctx {
   /* Key-dependent state. */
-- 
GitLab