]> git.zerfleddert.de Git - proxmark3-svn/blame - armsrc/desfire_crypto.h
CHG: "hf legic write" with these I managed to get one byte written. Its a start.
[proxmark3-svn] / armsrc / desfire_crypto.h
CommitLineData
f38a1528 1#ifndef __DESFIRE_CRYPTO_H
2#define __DESFIRE_CRYPTO_H
3
4#include <string.h>
05aff802 5//#include <strings.h>
f38a1528 6#include <stdarg.h>
7#include "printf.h"
8
9#include "iso14443a.h"
10#include "../common/desfire.h"
11#include "des.h"
12//#include "aes.h"
13
f38a1528 14#endif
Impressum, Datenschutz