mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-12 04:26:41 +08:00
12 lines
213 B
C
12 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
|