Small performance boost in -m 22400

This commit is contained in:
Jens Steube
2020-01-16 15:00:19 +01:00
parent 92281f3f58
commit c58a889aa6
2 changed files with 119 additions and 59 deletions
+2 -3
View File
@@ -54,9 +54,8 @@ typedef struct aescrypt
typedef struct aescrypt_tmp
{
u32 dgst[8];
u32 pass[128];
u32 len;
u32 pass[144];
int len;
} aescrypt_tmp_t;