summaryrefslogtreecommitdiff
path: root/crc32_comb.c
AgeCommit message (Collapse)Author
2021-12-24Fixed crc32_combine_gen declaration warning in zlib-ng API.Nathan Moinvaziri
2020-11-22Separate crc32 and crc32_combine tables so the crc32_combine tables are not ↵Nathan Moinvaziri
included when not used if statically linking. Reduces code size by 4k.