Removed plain_length parameter and copied esalt buffer to salt ofr sorting mechanism.

This commit is contained in:
DoZ10
2017-05-14 07:14:57 -04:00
parent 0d3b5393ef
commit 9dee1d274d
6 changed files with 15 additions and 16 deletions
-1
View File
@@ -696,7 +696,6 @@ typedef struct
{
u32 iv[2];
u32 plain[2];
u32 plain_length;
u32 position[2];
} chacha20_t;