Skip to content

Commit

Permalink
added small note regarding checksum calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
zarroboogs committed Jul 21, 2018
1 parent 3dd1c4c commit a8ee22d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions UpdateFileList.bt
@@ -1,6 +1,9 @@

BigEndian();

// checksum - big endian uint sum of bytes, 32 bits of precision
// if the file size is not divisible by 4, leftover bytes are ignored

struct HEADER {
// always "BBDL"
char type[4] <bgcolor=0x4588d3>;
Expand Down

0 comments on commit a8ee22d

Please sign in to comment.