fix little endian vs big endian in the macros... again... but this time correct
[RRG-proxmark3.git] / client / src / cmdhfcipurse.h
blob85e98ed604386d678d9ab2267976e378beb6ebca
1 //-----------------------------------------------------------------------------
2 // Copyright (C) 2021 Merlok
3 //
4 // This code is licensed to you under the terms of the GNU GPL, version 2 or,
5 // at your option, any later version. See the LICENSE.txt file for the text of
6 // the license.
7 //-----------------------------------------------------------------------------
8 // High frequency FIDO U2F and FIDO2 contactless authenticators
9 //-----------------------------------------------------------------------------
11 // JAVA implementation here:
13 // https://github.com/duychuongvn/cipurse-card-core
14 //-----------------------------------------------------------------------------
16 #ifndef CMDHFCIPURSE_H__
17 #define CMDHFCIPURSE_H__
19 #include "common.h"
21 int CmdHFCipurse(const char *Cmd);
23 bool CheckCardCipurse(void);
25 #endif