mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
First check in.
This commit is contained in:
parent
4a79e52c0b
commit
f38a152863
103 changed files with 10544 additions and 508 deletions
10
armsrc/desfire_key.h
Normal file
10
armsrc/desfire_key.h
Normal file
|
@ -0,0 +1,10 @@
|
|||
#ifndef __DESFIRE_KEY_H
|
||||
#define __DESFIRE_KEY_H
|
||||
|
||||
#include <string.h>
|
||||
#include <stdint.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
#include "iso14443a.h"
|
||||
#include "../common/desfire.h"
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue