A helper object for calculating CRC-32 for a given slice of bytes.
Computes a 32-bit CRC for the array, starting at zero and ending at the array's length.
Computes a 32-bit CRC for the buffer, starting at start and ending before end.