Move old ascii_digest() to hashes.c and rename it to hash_encode(), also remove some unused includes

This commit is contained in:
jsteube
2019-03-31 17:39:00 +02:00
parent f9110c6863
commit 708a86fb59
39 changed files with 80 additions and 141 deletions
+1 -2
View File
@@ -5,11 +5,10 @@
#include "common.h"
#include "types.h"
#include "memory.h"
#include "event.h"
#include "debugfile.h"
#include "shared.h"
#include "locking.h"
#include "debugfile.h"
static void debugfile_format_plain (hashcat_ctx_t *hashcat_ctx, const u8 *plain_ptr, const u32 plain_len)
{