We need an esalt to hold the unused IV otherwise the unique salt count becomes incorrect in multihash sitations

This commit is contained in:
jsteube
2016-01-09 21:35:29 +01:00
parent f0a84a2410
commit 3cdee2e06e
4 changed files with 22 additions and 11 deletions
+6
View File
@@ -31,6 +31,12 @@ typedef struct
} salt_t;
typedef struct
{
uint iv[4];
} rar5_t;
typedef struct
{
int V;