mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07: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"
|
#include "common.h"
|
||||||
|
|
||||||
|
#define DES_KEY_LEN 8
|
||||||
#define AES_KEY_LEN 16
|
#define AES_KEY_LEN 16
|
||||||
|
#define T2DES_KEY_LEN 16
|
||||||
|
#define T3DES_KEY_LEN 24
|
||||||
|
|
||||||
#define MAX_AES_KEYS_LIST_LEN 1024
|
#define MAX_AES_KEYS_LIST_LEN 1024
|
||||||
|
|
||||||
#define MFKEY_SIZE 6
|
|
||||||
#define MFBLOCK_SIZE 16
|
#define MFBLOCK_SIZE 16
|
||||||
|
|
||||||
#define MIFARE_4K_MAXBLOCK 256
|
#define MIFARE_4K_MAXBLOCK 256
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue