[Implemented] CRC32Fingerprint() with start value
Posted: Sun Mar 12, 2006 1:04 am
To be able to use CRC32 on very large files, it would be good to be able
to use the result of the last CRC32 as a startvalue for the next procedure
call.
CRC32Fingerprint(Buffer, Length [, CRCStart])
So you could piecewise calculate the full CRC.
Greatings
technicorn
to use the result of the last CRC32 as a startvalue for the next procedure
call.
CRC32Fingerprint(Buffer, Length [, CRCStart])
So you could piecewise calculate the full CRC.
Greatings
technicorn