Migration services: Difference between revisions
| Line 1,026: | Line 1,026: | ||
! Offset || Size || Description | ! Offset || Size || Description | ||
|- | |- | ||
| 0x0 || 0x8 || Big-endian data chunksize | | 0x0 || 0x8 || Big-endian data chunksize. | ||
|- | |- | ||
| 0x8 || 0x8 || Big-endian data size. | | 0x8 || 0x8 || Big-endian data size. | ||
| Line 1,032: | Line 1,032: | ||
The additional data is encrypted the same as if it were a message without the message-header, in chunks of up to {above chunksize}. | The additional data is encrypted the same as if it were a message without the message-header, in chunks of up to {above chunksize}. | ||
Both fields must be non-zero, and the chunksize must match 0x100000. | |||
=== Error === | === Error === | ||