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
[Implemented] CRC32Fingerprint() with start value
-
- Enthusiast
- Posts: 105
- Joined: Wed Jan 18, 2006 7:40 pm
- Location: Hamburg
Re: CRC32Fingerprint() with start value
Yes, I second that. I was surprised to see it wasn't the case.technicorn wrote: CRC32Fingerprint(Buffer, Length [, CRCStart])
So you could piecewise calculate the full CRC.
-
- Addict
- Posts: 4779
- Joined: Thu Jun 07, 2007 3:25 pm
- Location: Berlin, Germany
Re: CRC32Fingerprint() with start value
Exactly the same is true for me.luis wrote:Yes, I second that. I was surprised to see it wasn't the case.technicorn wrote: CRC32Fingerprint(Buffer, Length [, CRCStart])
So you could piecewise calculate the full CRC.
Regards, Little John