mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-26 13:20:48 +00:00
Store IV when encrypting or decrypting attachments
This commit is contained in:
@@ -40,6 +40,7 @@ export async function uploadAttachment(
|
||||
cdnKey,
|
||||
cdnNumber,
|
||||
key: keys,
|
||||
iv: encrypted.iv,
|
||||
size: attachment.data.byteLength,
|
||||
digest: encrypted.digest,
|
||||
plaintextHash: encrypted.plaintextHash,
|
||||
|
||||
Reference in New Issue
Block a user