mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-04 07:11:10 +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
|