Optimize handling of cracked hashes, was a bottleneck if too many at once

This commit is contained in:
Jens Steube
2016-05-20 18:24:33 +02:00
parent bfb669f9c3
commit 37953cdc8f
9 changed files with 214 additions and 358 deletions
+3 -2
View File
@@ -859,6 +859,9 @@ typedef struct
typedef struct
{
uint salt_pos;
uint digest_pos;
uint hash_pos;
uint gidvid;
uint il_pos;
@@ -972,8 +975,6 @@ struct __hc_device_param
u64 words_off;
u64 words_done;
uint *result;
uint outerloop_pos;
uint outerloop_left;