Skip to content
Snippets Groups Projects
Commit 9733b1c1 authored by da1l6's avatar da1l6
Browse files

Increase keystore max key count to 100

parent 88ad3953
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
#include "../common/cardreader_interface-common.h" #include "../common/cardreader_interface-common.h"
#include "random.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 // #define KEYSTORE_DEBUG
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment