mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-09 17:56:53 +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
|