mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-07 16:48:15 +08:00
missing defines
This commit is contained in:
parent
89db5d3875
commit
115e85e5d4
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue