···11/** Initial checksum value, includes the 8 bytes in the checksum field itself */
22-export const INITIAL_CHKSUM = 8 ** 32;
22+export const INITIAL_CHKSUM = 8 * 32;
33export const RECORD_SIZE = 512;
4455/** Calculates the checksum from the first 512 bytes of a buffer */