ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Convert-UUlib/uulib/crc32.c
(Generate patch)

Comparing Convert-UUlib/uulib/crc32.c (file contents):
Revision 1.4 by root, Thu Feb 27 16:17:16 2020 UTC vs.
Revision 1.5 by root, Thu Feb 27 17:20:58 2020 UTC

19 * 3. Altered source versions must be plainly marked as such, and must not be 19 * 3. Altered source versions must be plainly marked as such, and must not be
20 * misrepresented as being the original software. 20 * misrepresented as being the original software.
21 * 21 *
22 * Taken from http://create.stephan-brumme.com/crc32/ and adapted for Cyrus 22 * Taken from http://create.stephan-brumme.com/crc32/ and adapted for Cyrus
23 * by Robert Norris <robn@fastmail.com> 23 * by Robert Norris <robn@fastmail.com>
24 * Adapted for libecb and uulib by Marc Alexander Lehmann <schmorp@schmorp.de> 24 * Adapted for libecb and uulib, added crc32_combine:
25 * Marc Alexander Lehmann <schmorp@schmorp.de>
25 */ 26 */
26 27
27#include "crc32.h" 28#include "crc32.h"
28 29
29#include "ecb.h" 30#include "ecb.h"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines