Page 1 of 1

[Implemented] CRC32Fingerprint() with start value

Posted: Sun Mar 12, 2006 1:04 am
by technicorn
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

Re: CRC32Fingerprint() with start value

Posted: Mon Sep 17, 2007 8:53 pm
by luis
technicorn wrote: CRC32Fingerprint(Buffer, Length [, CRCStart])

So you could piecewise calculate the full CRC.
Yes, I second that. I was surprised to see it wasn't the case.

Re: CRC32Fingerprint() with start value

Posted: Tue Sep 18, 2007 2:20 pm
by Little John
luis wrote:
technicorn wrote: CRC32Fingerprint(Buffer, Length [, CRCStart])

So you could piecewise calculate the full CRC.
Yes, I second that. I was surprised to see it wasn't the case.
Exactly the same is true for me.

Regards, Little John