Go to the source code of this file.
Namespaces | |
namespace | ICSharpCode::SharpZipLib::Checksums |
Classes | |
class | ICSharpCode::SharpZipLib::Checksums::Crc32 |
Generate a table for a byte-wise 32-bit CRC calculation on the polynomial: x^32+x^26+x^23+x^22+x^16+x^12+x^11+x^10+x^8+x^7+x^5+x^4+x^2+x+1. More... |