1
mirror of https://github.com/hashcat/hashcat synced 2025-03-22 21:14:22 +01:00

12 lines
238 B
C
Raw Normal View History

2016-09-11 11:42:19 +02:00
/**
* Author......: See docs/credits.txt
2016-09-11 11:42:19 +02:00
* License.....: MIT
*/
#ifndef _WEAK_HASH_H
#define _WEAK_HASH_H
2016-10-15 19:47:53 +02:00
int weak_hash_check (hashcat_ctx_t *hashcat_ctx, hc_device_param_t *device_param, const u32 salt_pos);
2016-09-11 11:42:19 +02:00
#endif // _WEAK_HASH_H