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
-2
View File
@@ -5,8 +5,6 @@
#pragma once
#include "common.h"
u32 is_power_of_2 (const u32 v);
u32 rotl32 (const u32 a, const u32 n);