1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-10-10 09:58:57 +00:00
hashcat/include/rp_cpu.h
2016-09-24 11:08:35 +02:00

19 lines
380 B
C

/**
* Author......: See docs/credits.txt
* License.....: MIT
*/
#ifndef _RP_CPU_H
#define _RP_CPU_H
#include <string.h>
#define RULE_RC_SYNTAX_ERROR -1
#define RULE_RC_REJECT_ERROR -2
int _old_apply_rule (char *rule, int rule_len, char in[BLOCK_SIZE], int in_len, char out[BLOCK_SIZE]);
int run_rule_engine (const int rule_len, const char *rule_buf);
#endif // _RP_CPU_H