1 //-----------------------------------------------------------------------------
2 // Copyright (C) Stephen Shkardoon proxmark@ss23.geek.nz - ss23
3 // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
5 // This program is free software: you can redistribute it and/or modify
6 // it under the terms of the GNU General Public License as published by
7 // the Free Software Foundation, either version 3 of the License, or
8 // (at your option) any later version.
10 // This program is distributed in the hope that it will be useful,
11 // but WITHOUT ANY WARRANTY; without even the implied warranty of
12 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 // GNU General Public License for more details.
15 // See LICENSE.txt for the text of the license.
16 //-----------------------------------------------------------------------------
17 #ifndef __LF_HIDFCBRUTE_H
18 #define __LF_HIDFCBRUTE_H
22 void hid_calculate_checksum_and_set(uint32_t *high
, uint32_t *low
, uint32_t cardnum
, uint32_t fc
);
24 #endif /* __LF_HIDFCBRUTE_H */