f38a1528 |
1 | #ifndef __DESFIRE_CRYPTO_H |
2 | #define __DESFIRE_CRYPTO_H |
3 | |
4 | #include <string.h> |
f38a1528 |
5 | #include <stdarg.h> |
6 | #include "printf.h" |
f38a1528 |
7 | #include "iso14443a.h" |
8 | #include "../common/desfire.h" |
9 | #include "des.h" |
10 | //#include "aes.h" |
11 | |
f38a1528 |
12 | #endif |