mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 01:51:59 +00:00
2d2e738085
zlib's implementation uses CRC-32-IEEE 802.3 polynomial (0xedb88320) but with starting value 0xffffffff, so introduce another crc32 implementation - CRC32IEEE that has starting value - 0 Also add CRC64 with ECMA polynomial. v2: s/crc*_data./crc*_data./ to avoid conflicts with other crc32.h in contrib v3: join with existing CRC32() |
||
---|---|---|
.. | ||
data_types | ||
database_engines | ||
development | ||
faq | ||
getting_started | ||
guides | ||
images | ||
interfaces | ||
introduction | ||
operations | ||
query_language | ||
changelog.md | ||
index.md | ||
roadmap.md | ||
security_changelog.md |