Get rid of comb_t which can be safely replace with pw_t now

This commit is contained in:
jsteube
2017-06-25 00:56:25 +02:00
parent cb791aaf48
commit c918173fcf
410 changed files with 2410 additions and 2426 deletions
+1 -9
View File
@@ -856,14 +856,6 @@ typedef struct bf
} bf_t;
typedef struct comb
{
u32 i[64];
u32 pw_len;
} comb_t;
typedef struct bs_word
{
u32 b[32];
@@ -962,7 +954,7 @@ typedef struct hc_device_param
size_t size_st_esalts;
FILE *combs_fp;
comb_t *combs_buf;
pw_t *combs_buf;
void *hooks_buf;