mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-12 20:45:28 +08:00
6ff6ade2f5
ADD: Marshmellows fixes for the LF (demods) commands, (LF SEACH) ADD: Holimans changes with hash1_brute FIXES: minor fixes with some calls to "free" and redundant debug statement and code cleanup. removal of commented code.
5 lines
89 B
C
5 lines
89 B
C
#ifndef HASH1_BRUTE_H
|
|
#define HASH1_BRUTE_H
|
|
void brute_hash1();
|
|
|
|
#endif // HASH1_BRUTE_H
|