/** * Author......: See docs/credits.txt * License.....: MIT */ #ifndef _WEAK_HASH_H #define _WEAK_HASH_H 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