1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-10-12 10:58:57 +00:00
hashcat/include/rp_kernel_on_cpu.h

12 lines
222 B
C
Raw Normal View History

2015-12-04 14:47:52 +00:00
/**
* Author......: See docs/credits.txt
2015-12-04 14:47:52 +00:00
* License.....: MIT
*/
#ifndef _RP_KERNEL_ON_CPU_H
#define _RP_KERNEL_ON_CPU_H
2015-12-04 14:47:52 +00:00
int apply_rules (const u32 *cmds, u32 buf[64], const int in_len);
#endif // _RP_KERNEL_ON_CPU_H