]>
Commit | Line | Data |
---|---|---|
f38a1528 | 1 | #ifndef __MIFAREDESFIRE_H |
2 | #define __MIFAREDESFIRE_H | |
3 | ||
36804420 | 4 | #include "proxmark3.h" |
f38a1528 | 5 | #include "apps.h" |
6 | #include "util.h" | |
7 | #include "string.h" | |
8 | ||
36804420 | 9 | #include "iso14443crc.h" |
f38a1528 | 10 | #include "iso14443a.h" |
f6c18637 | 11 | #include "desfire_key.h" |
f38a1528 | 12 | #include "mifareutil.h" |
36804420 | 13 | #include "common.h" |
857bc2ff | 14 | #include "des.h" |
f38a1528 | 15 | |
f38a1528 | 16 | #endif |