metamask: double the CT len again

This commit is contained in:
Gabriele Gristina
2021-09-06 18:17:11 +02:00
parent 6cbc614826
commit 694f0cd7c8
3 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ typedef struct pbkdf2_sha256_aes_gcm
u32 salt_buf[64];
u32 iv_buf[4];
u32 iv_len;
u32 ct_buf[388];
u32 ct_buf[784];
u32 ct_len;
} pbkdf2_sha256_aes_gcm_t;