Add straight_ctx_update_loop()

This commit is contained in:
jsteube
2016-10-06 22:18:20 +02:00
parent 4ed2fb4913
commit bea228dabe
5 changed files with 179 additions and 166 deletions

View File

@@ -10,7 +10,8 @@
#define INCR_DICTS 1000
int straight_ctx_init (hashcat_ctx_t *hashcat_ctx);
void straight_ctx_destroy (hashcat_ctx_t *hashcat_ctx);
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 // _STRAIGHT_H