]>
Commit | Line | Data |
---|---|---|
f38a1528 | 1 | #ifndef __DESFIRE_CRYPTO_H |
2 | #define __DESFIRE_CRYPTO_H | |
3 | ||
4 | #include <string.h> | |
05aff802 | 5 | //#include <strings.h> |
f38a1528 | 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 | ||
f38a1528 | 14 | #endif |