Make use of aid_desfire info

This commit is contained in:
Philippe Teuwen
2020-11-02 01:36:25 +01:00
parent f096167cbb
commit a359e4fac4
7 changed files with 517 additions and 357 deletions

16
client/src/aiddesfire.h Normal file
View File

@@ -0,0 +1,16 @@
//-----------------------------------------------------------------------------
// This code is licensed to you under the terms of the GNU GPL, version 2 or,
// at your option, any later version. See the LICENSE.txt file for the text of
// the license.
//-----------------------------------------------------------------------------
// AID DESFire functions
//-----------------------------------------------------------------------------
#ifndef _AIDDESFIRE_H_
#define _AIDDESFIRE_H_
#include "common.h"
int AIDDFDecodeAndPrint(uint8_t aid[3]);
#endif // _AIDDESFIRE_H_