mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-12 20:45:28 +08:00
6 lines
89 B
C
6 lines
89 B
C
|
#ifndef HASH1_BRUTE_H
|
||
|
#define HASH1_BRUTE_H
|
||
|
void brute_hash1();
|
||
|
|
||
|
#endif // HASH1_BRUTE_H
|