proxmark3/armsrc/desfire_crypto.h
2017-01-21 10:25:29 +01:00

13 lines
213 B
C

#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