proxmark3/client/cmdhfmfdesfire.h

12 lines
186 B
C
Raw Normal View History

2019-04-08 18:58:26 +08:00
#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);
2019-04-08 18:58:26 +08:00
2019-04-10 15:47:36 +08:00
#endif