proxmark3/armsrc/mifaredesfire.h

15 lines
275 B
C
Raw Normal View History

2014-09-12 05:23:46 +08:00
#ifndef __MIFAREDESFIRE_H
#define __MIFAREDESFIRE_H
#include "common.h"
#include "proxmark3.h"
2014-09-12 05:23:46 +08:00
#include "apps.h"
#include "string.h"
2017-01-21 17:34:00 +08:00
#include "BigBuf.h"
#include "iso14443crc.h"
2014-09-12 05:23:46 +08:00
#include "iso14443a.h"
2014-10-07 01:42:50 +08:00
#include "desfire_key.h"
2014-09-12 05:23:46 +08:00
#include "mifareutil.h"
#include "des.h"
2014-09-12 05:23:46 +08:00
#endif