Introduce hashes_t; not finishe yet

This commit is contained in:
jsteube
2016-09-16 17:01:18 +02:00
parent 7ce2f2ff19
commit a0f6ed6832
69 changed files with 2018 additions and 1938 deletions

View File

@@ -8,6 +8,6 @@
#define WEAK_HASH_THRESHOLD 100
void weak_hash_check (opencl_ctx_t *opencl_ctx, hc_device_param_t *device_param, hashconfig_t *hashconfig, const uint salt_pos);
void weak_hash_check (opencl_ctx_t *opencl_ctx, hc_device_param_t *device_param, hashconfig_t *hashconfig, hashes_t *hashes, const uint salt_pos);
#endif // _WEAK_HASH_H