mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-02 21:54:10 +08:00
f6c18637ca
new: LF t55xx info
14 lines
235 B
C
14 lines
235 B
C
#ifndef __DESFIRE_CRYPTO_H
|
|
#define __DESFIRE_CRYPTO_H
|
|
|
|
#include <string.h>
|
|
#include <strings.h>
|
|
#include <stdarg.h>
|
|
#include "printf.h"
|
|
|
|
#include "iso14443a.h"
|
|
#include "../common/desfire.h"
|
|
#include "des.h"
|
|
//#include "aes.h"
|
|
|
|
#endif
|