Move tons of functions from hashcat.c into hash_management, interface, opencl, restore, status and weak_hash sources

This commit is contained in:
jsteube
2016-09-14 16:07:24 +02:00
parent 0fa43d52b8
commit bc75ba70a1
26 changed files with 1929 additions and 1844 deletions
+4
View File
@@ -6,4 +6,8 @@
#ifndef _WEAK_HASH_H
#define _WEAK_HASH_H
#define WEAK_HASH_THRESHOLD 100
void weak_hash_check (hc_device_param_t *device_param, hashconfig_t *hashconfig, const uint salt_pos);
#endif // _WEAK_HASH_H