mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-05 07:36:14 +08:00
15 lines
235 B
C
15 lines
235 B
C
|
#ifndef __DESFIRE_CRYPTO_H
|
||
|
#define __DESFIRE_CRYPTO_H
|
||
|
|
||
|
#include <string.h>
|
||
|
#include <strings.h>
|
||
|
#include <stdarg.h>
|
||
|
#include "printf.h"
|
||
|
|
||
|
#include "iso14443a.h"
|
||
|
#include "../common/desfire.h"
|
||
|
#include "des.h"
|
||
|
//#include "aes.h"
|
||
|
|
||
|
#endif
|