Moves the definition of the CRC algorithms to common code, as the same CRC algorithms are also needed by v7.
Splits the API to get finer-grained control and allows CRC to be computed in blocks/chunks rather than all
at once (which requires a contiguous memory block).
Moves the definition of the CRC algorithms to common code, as the same CRC algorithms are also needed by v7.
Splits the API to get finer-grained control and allows CRC to be computed in blocks/chunks rather than all at once (which requires a contiguous memory block).