Added long passwords support for 7-Zip
This commit is contained in:
@@ -814,12 +814,14 @@ typedef struct oraclet_tmp
|
||||
|
||||
typedef struct seven_zip_tmp
|
||||
{
|
||||
u32 block[16];
|
||||
u32 h[8];
|
||||
|
||||
u32 dgst[8];
|
||||
u32 w0[4];
|
||||
u32 w1[4];
|
||||
u32 w2[4];
|
||||
u32 w3[4];
|
||||
|
||||
u32 block_len;
|
||||
u32 final_len;
|
||||
int len;
|
||||
|
||||
} seven_zip_tmp_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user