projects
/
proxmark3-svn
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Fix some missing include statements which impact using proxmark3 client as a library.
[proxmark3-svn]
/
armsrc
/
desfire_crypto.h
1
#ifndef __DESFIRE_CRYPTO_H
2
#define __DESFIRE_CRYPTO_H
3
4
#include <string.h>
5
//#include <strings.h>
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
14
#endif
Impressum
,
Datenschutz