Vectorized TrueCrypt PBKDF2-HMAC-SHA512 and added support for long passwords

This commit is contained in:
jsteube
2017-07-04 12:19:40 +02:00
parent c9e98e48d3
commit 907b065e00
6 changed files with 890 additions and 1227 deletions
+1 -1
View File
@@ -291,7 +291,7 @@ typedef struct keepass
typedef struct tc
{
u32 salt_buf[16];
u32 salt_buf[32];
u32 data_buf[112];
u32 keyfile_buf[16];
u32 signature;