Preparation for easier integration of:

* https://github.com/hashcat/hashcat/pull/485
* https://github.com/hashcat/hashcat/pull/486
This commit is contained in:
jsteube
2016-09-05 21:47:26 +02:00
parent ff376ce112
commit 4b79ccd416
47 changed files with 2338 additions and 2390 deletions
+1 -7
View File
@@ -3,15 +3,9 @@
* License.....: MIT
*/
#ifndef RP_CPU_H
#define RP_CPU_H
#pragma once
#define swap_workaround(n) __builtin_bswap32(n)
#include "common.h"
#include "inc_rp.h"
u32 apply_rule (const u32 name, const u32 p0, const u32 p1, u32 buf0[4], u32 buf1[4], const u32 in_len);
u32 apply_rules (u32 *cmds, u32 buf0[4], u32 buf1[4], const u32 len);
#endif