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

15 lines
307 B

/**
* Author......: See docs/credits.txt
* License.....: MIT
*/
#ifndef _STRAIGHT_H
#define _STRAIGHT_H
#include <string.h>
int straight_ctx_init (straight_ctx_t *straight_ctx, const user_options_t *user_options);
void straight_ctx_destroy (straight_ctx_t *straight_ctx);
#endif // _STRAIGHT_H