proxmark3/armsrc/desfire_crypto.h

20 lines
255 B
C
Raw Normal View History

2014-09-12 05:23:46 +08:00
#ifndef __DESFIRE_CRYPTO_H
#define __DESFIRE_CRYPTO_H
#ifdef __cplusplus
extern "C" {
#endif
2014-09-12 05:23:46 +08:00
#include <string.h>
//#include "apps.h"
#include "crc32.h"
2014-09-12 05:23:46 +08:00
#include "printf.h"
#include "desfire.h"
2014-09-12 05:23:46 +08:00
#include "iso14443a.h"
#ifdef __cplusplus
}
#endif
2014-09-12 05:23:46 +08:00
#endif