This directory contains Cube examples useful for (unit-) testing the
'cubesum' GIPPtools utility.


Test 001 -- Single (valid) checksum block
-----------------------------------------

  Contains examples for simple checksum usage. A single checksum block
  is located just before the very last end-of-file Cube block. The
  checksum type inside the checksum block varies (see list below).

    001-plain.cube ..... The original Cube file without checksum information.

    001-adler32.cube ... The "plain" Cube file with an Adler-32 checksum.
    001-crc32.cube ..... The "plain" Cube file with a CRC-32 checksum.
    001-crc64.cube ..... The "plain" Cube file with a CRC-64 checksum.
    001-multi.cube ..... The "plain" Cube file with a single checksum block
                         containing Adler-32, CRC-32 and CRC-64 checksum.

  The checksum contained in all files are correct!

  The associated text files contain the response (written to console) when
  verifying the respective file with the 'cubesum' utility.

  Please note:

    - The 'cubesum' utility does not support the Adler-32 algorithm, which
      is the reason any verification run must "FAIL".
    - No checksum information is contained in the original "plain" Cube file,
      hence the "MISSING" result.
