xz_crc32.c (3eb66e91a25497065c5322b1268cbc3953642227) | xz_crc32.c (d89775fc929c5a1d91ed518a71b456da0865e5ff) |
---|---|
1/* 2 * CRC32 using the polynomial from IEEE-802.3 3 * 4 * Authors: Lasse Collin <lasse.collin@tukaani.org> | 1/* 2 * CRC32 using the polynomial from IEEE-802.3 3 * 4 * Authors: Lasse Collin <lasse.collin@tukaani.org> |
5 * Igor Pavlov <http://7-zip.org/> | 5 * Igor Pavlov <https://7-zip.org/> |
6 * 7 * This file has been put into the public domain. 8 * You can do whatever you want with this file. 9 */ 10 11/* 12 * This is not the fastest implementation, but it is pretty compact. 13 * The fastest versions of xz_crc32() on modern CPUs without hardware --- 46 unchanged lines hidden --- | 6 * 7 * This file has been put into the public domain. 8 * You can do whatever you want with this file. 9 */ 10 11/* 12 * This is not the fastest implementation, but it is pretty compact. 13 * The fastest versions of xz_crc32() on modern CPUs without hardware --- 46 unchanged lines hidden --- |