mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-13 21:26:38 +08:00
5 lines
93 B
C
5 lines
93 B
C
#ifndef HASH1_BRUTE_H
|
|
#define HASH1_BRUTE_H
|
|
void brute_hash1(void);
|
|
|
|
#endif // HASH1_BRUTE_H
|