[ctrtool] Improved efficiency of aes-ctr operations.

This commit is contained in:
jakcron
2016-06-14 20:35:05 +08:00
parent de5c4e1b2a
commit 01cd4cba7b
8 changed files with 96 additions and 44 deletions
-1
View File
@@ -45,7 +45,6 @@ typedef struct
u64 size;
settings* usersettings;
u8 counter[16];
u8 key[16];
ctr_aes_context aes;
int encrypted;