1 //-----------------------------------------------------------------------------
2 // Copyright (C) 2021 Merlok
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
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__
21 int CmdHFCipurse(const char *Cmd
);
23 bool CheckCardCipurse(void);