Introduce hashes_t; not finishe yet

This commit is contained in:
jsteube
2016-09-16 17:01:18 +02:00
parent 7ce2f2ff19
commit a0f6ed6832
69 changed files with 2018 additions and 1938 deletions

View File

@@ -31,22 +31,6 @@
#define LIMIT 0
#define KEYSPACE 0
typedef struct
{
int version;
char cwd[256];
u32 pid;
u32 dictpos;
u32 maskpos;
u64 words_cur;
u32 argc;
char **argv;
} restore_data_t;
u64 get_lowest_words_done (opencl_ctx_t *opencl_ctx);
restore_data_t *init_restore (int argc, char **argv);