Add IV to the attachment table.

This commit is contained in:
Greyson Parrelli
2024-08-30 12:11:22 -04:00
committed by Cody Henthorne
parent 07289b417b
commit 4b47d38d78
26 changed files with 534 additions and 309 deletions

View File

@@ -240,6 +240,7 @@ class UploadDependencyGraphTest {
cdn = attachment.cdn,
location = attachment.remoteLocation,
key = attachment.remoteKey,
iv = attachment.remoteIv,
digest = attachment.remoteDigest,
incrementalDigest = attachment.incrementalDigest,
incrementalMacChunkSize = attachment.incrementalMacChunkSize,