This block stores an array of checksums corresponding to the user data embedded in the image.
For media formats such as CompactDisc, the checksum is calculated over the complete sector—comprising the prefix, user data, and suffix—totaling 2352 bytes.
If the image is modified, the checksum block is considered outdated and should be either removed or excluded from the most recent index to ensure integrity.
==== Structure Definition
[source,c]
#define CHECKSUM_MAGIC 0x4D534B43
/**
* Checksum block, contains a checksum of all user data sectors (except for optical discs that is 2352 uint8_ts raw