Start context-related logging with goal to get rid of logging.c

This commit is contained in:
jsteube
2016-10-08 23:16:40 +02:00
parent f469694030
commit 42677df2a6
10 changed files with 720 additions and 397 deletions
-2
View File
@@ -12,8 +12,6 @@
#include <time.h>
#include <fcntl.h>
#define EVENT_SEND(id) { const int rc_event = hashcat_ctx->event (hashcat_ctx, (id)); if (rc_event == -1) return -1; }
bool is_power_of_2 (const u32 v);
u32 get_random_num (const u32 min, const u32 max);