mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-14 05:41:43 +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
|