cksum missing

Rob Sullivan cogito.ergo.cogito at gmail.com
Tue Mar 21 09:05:30 PST 2006


> We already have two checksum calculation things.  One in bunzip and one in
> gunzip.  (They're two different kinds of CRC32.  The same basic algorithm but
> the endianness is different and one is initialized to 0 the other to -1.)

How about integrating a CRC32 function into libbb with both types of
endianness? This might save a fair bit of duplicated code.

Rob


More information about the busybox mailing list