mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-11 01:55:38 +08:00
18 lines
235 B
C
18 lines
235 B
C
#ifndef __DESFIRE_CRYPTO_H
|
|
#define __DESFIRE_CRYPTO_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include <string.h>
|
|
#include "crc32.h"
|
|
#include "printf.h"
|
|
#include "desfire.h"
|
|
#include "iso14443a.h"
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|