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