mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-11 01:55:38 +08:00
14 lines
237 B
C
14 lines
237 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
|