proxmark3/armsrc/desfire_crypto.h

13 lines
213 B
C
Raw Normal View History

2014-09-12 05:23:46 +08:00
#ifndef __DESFIRE_CRYPTO_H
#define __DESFIRE_CRYPTO_H
#include <string.h>
#include <stdarg.h>
#include "printf.h"
#include "iso14443a.h"
#include "../common/desfire.h"
#include "des.h"
//#include "aes.h"
#endif