1
mirror of https://github.com/hashcat/hashcat synced 2025-03-30 04:09:05 +02:00

12 lines
240 B
C

/**
* Author......: See docs/credits.txt
* License.....: MIT
*/
#ifndef _WEAK_HASH_H
#define _WEAK_HASH_H
void weak_hash_check (hashcat_ctx_t *hashcat_ctx, hc_device_param_t *device_param, const uint salt_pos);
#endif // _WEAK_HASH_H