Merge pull request #2988 from matrix/metamask_big

MetaMask: Increase the supported data len from 784b to 3136b and set pw-min to 8
This commit is contained in:
Jens Steube
2021-09-19 07:46:47 -04:00
committed by GitHub
4 changed files with 22 additions and 14 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[196];
u32 ct_buf[784];
u32 ct_len;
} pbkdf2_sha256_aes_gcm_t;