From 9733b1c1049a505d5cfe4c0e0ad24fc2fa291d52 Mon Sep 17 00:00:00 2001
From: Philipp Claves <pclaves@web.de>
Date: Sat, 31 Dec 2011 18:45:51 +0100
Subject: [PATCH] Increase keystore max key count to 100

---
 Control/keystore.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Control/keystore.h b/Control/keystore.h
index 3ef2ec3..8fb6420 100644
--- a/Control/keystore.h
+++ b/Control/keystore.h
@@ -12,7 +12,7 @@
 #include "../common/cardreader_interface-common.h"
 #include "random.h"
 
-#define KEY_COUNT 32 //eeprom has space for 1008 keys, but RAM for hash precalc is limited.
+#define KEY_COUNT 100 //eeprom has space for 1008 keys
 
 // #define KEYSTORE_DEBUG
 
-- 
GitLab