]> git.zerfleddert.de Git - proxmark3-svn/blame_incremental - armsrc/desfire_crypto.h
chg: moved to header file
[proxmark3-svn] / armsrc / desfire_crypto.h
... / ...
CommitLineData
1#ifndef __DESFIRE_CRYPTO_H
2#define __DESFIRE_CRYPTO_H
3
4#include <string.h>
5#include <stdarg.h>
6#include "printf.h"
7#include "iso14443a.h"
8#include "../common/desfire.h"
9#include "des.h"
10//#include "aes.h"
11
12#endif
Impressum, Datenschutz