mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-11 10:14:34 +08:00
11 lines
186 B
C
11 lines
186 B
C
#ifndef __MFDESFIRE_AD_H
|
|
#define __MFDESFIRE_AD_H
|
|
|
|
#include "cmdhfmf.h"
|
|
#include "util.h"
|
|
#include "mbedtls/des.h"
|
|
#include "mbedtls/aes.h"
|
|
|
|
int CmdHFMFDesfire(const char *Cmd);
|
|
|
|
#endif
|