missing defines

This commit is contained in:
iceman1001 2023-10-02 21:01:08 +02:00
parent 89db5d3875
commit 115e85e5d4

View file

@ -21,10 +21,13 @@
#include "common.h"
#define DES_KEY_LEN 8
#define AES_KEY_LEN 16
#define T2DES_KEY_LEN 16
#define T3DES_KEY_LEN 24
#define MAX_AES_KEYS_LIST_LEN 1024
#define MFKEY_SIZE 6
#define MFBLOCK_SIZE 16
#define MIFARE_4K_MAXBLOCK 256