We need an esalt to hold the unused IV otherwise the unique salt count becomes incorrect in multihash sitations
This commit is contained in:
@@ -31,6 +31,12 @@ typedef struct
|
||||
|
||||
} salt_t;
|
||||
|
||||
typedef struct
|
||||
{
|
||||
uint iv[4];
|
||||
|
||||
} rar5_t;
|
||||
|
||||
typedef struct
|
||||
{
|
||||
int V;
|
||||
|
||||
Reference in New Issue
Block a user