|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] RE: iSCSI CRC: A CRC-checking exampleFollow on: Slight correction: For the non-reflected table lookup you have: CRC32(c,d) (c=(c<<8)^crc32tab[((c>>24)^(d))&0xFF]) For the reflected table lookup you have: CRC32(c,d) (c=(c>>8)^crc32tab[(c^(d))&0xFF]) Doug
Home Last updated: Tue Sep 04 01:03:56 2001 6315 messages in chronological order |