Changes

Jump to navigation Jump to search
7 bytes added ,  13:20, 16 September 2017
m
→‎Header versions 6+: Renaming of a decrypt flag bit field
Line 85: Line 85:  
  {
 
  {
 
     uint256 ContentsChecksum;    // Checksum Sha256 of the pack contents starting at next byte
 
     uint256 ContentsChecksum;    // Checksum Sha256 of the pack contents starting at next byte
     uint32  DecryptFlags;        // 0x1 = IsHeaderPrivate, 0x2 = IsCrypted(?), 0x4 = IsDataPrivate, 0x8 = IsImpostor
+
     uint32  DecryptFlags;        // 0x1 = IsHeaderPrivate, 0x2 = UseDefaultHeaderKey, 0x4 = IsDataPrivate, 0x8 = IsImpostor
 
     if (version >= 15)
 
     if (version >= 15)
 
         uint32 HeaderMaxSize;    // 0x4000 = Small (16 KB), 0x100000 = Big (1 MB), 0x1000000 = Huge (16 MB)
 
         uint32 HeaderMaxSize;    // 0x4000 = Small (16 KB), 0x100000 = Big (1 MB), 0x1000000 = Huge (16 MB)

Navigation menu