Update CRC-32 implementation.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Tue, 31 Aug 2010 20:02:38 +0000 (13:02 -0700)
committerMichael Vrable <mvrable@cs.ucsd.edu>
Tue, 31 Aug 2010 20:02:38 +0000 (13:02 -0700)
commitd27b934a06369794d21a3eeaf86c55f942518956
tree19802406f7f489ea585f35964b9e4b898f0fe3bf
parent6732e9143e2c773a8c94947713bc8fc22613f702
Update CRC-32 implementation.

Invert the result of the CRC computation at the end.  This will catch extra
null bytes at the end of the buffer, but required updating the CRC
validation.
bluesky/bluesky-private.h
bluesky/crc32c.c
bluesky/log.c