1
mirror of https://github.com/hashcat/hashcat synced 2025-01-07 02:16:23 +01:00
hashcat/include/straight.h

17 lines
290 B
C
Raw Normal View History

/**
* Author......: See docs/credits.txt
* License.....: MIT
*/
#ifndef _STRAIGHT_H
#define _STRAIGHT_H
#include <string.h>
2016-09-29 14:46:51 +02:00
#define INCR_DICTS 1000
2016-10-06 10:21:39 +02:00
int straight_ctx_init (hashcat_ctx_t *hashcat_ctx);
void straight_ctx_destroy (hashcat_ctx_t *hashcat_ctx);
2016-09-29 14:46:51 +02:00
#endif // _STRAIGHT_H