You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hashcat/include/straight.h

18 lines
364 B

/**
* Author......: See docs/credits.txt
* License.....: MIT
*/
#ifndef HC_STRAIGHT_H
#define HC_STRAIGHT_H
#include <string.h>
#define INCR_DICTS 1000
int straight_ctx_update_loop (hashcat_ctx_t *hashcat_ctx);
int straight_ctx_init (hashcat_ctx_t *hashcat_ctx);
void straight_ctx_destroy (hashcat_ctx_t *hashcat_ctx);
#endif // HC_STRAIGHT_H