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