NAME

CRC32 - Perl interface cyclic redundency check generation

SYNOPSIS

use String::CRC32;

$crc = crc32("some string");

DESCRIPTION

The CRC32 module calculates CRC of 32 bit lenghts. It generates the same CRC values as ZMODEM, PKZIP, PICCHECK and many others.

AUTHOR

Soenke J. Peters <peters@simprovement.com>

COPYRIGHT

CRC algorithm code taken from CRC-32 by Craig Bruce. The module stuff is inspired by a similar perl module called String::CRC by David Sharnoff & Matthew Dillon.

The author of this package disclaims all copyrights and releases it into the public domain.