proxmark3/client/cmdhfmfdesfire.h

12 lines
186 B
C
Raw Normal View History

2019-04-08 12:58:26 +02: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 12:58:26 +02:00
2019-04-10 09:47:36 +02:00
#endif