mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-11 01:55:38 +08:00
db515ba6c4
chg: 'hf iclass sim' - use @holiman 's 8 csn instead of the original @carl55 (15), and a new first entry csn, to see if the old one got blacklisted.
5 lines
96 B
C
5 lines
96 B
C
#ifndef HASH1_BRUTE_H
|
|
#define HASH1_BRUTE_H
|
|
extern void brute_hash1();
|
|
|
|
#endif // HASH1_BRUTE_H
|