1Digest::Crc32 - Cyclic Redundency Check digests implementation
2
30.01 2004.12.24 Initial public release
4
5Description :
6
7This module provides a perl implementation to generate 32 bits CRC digests for buffers and files.
8
9To install:
10
11perl Makefile.PL
12make
13make test
14make install
15
16License :
17
18Copyright 2004 by Faycal Chraibi. All rights reserved.
19This library is a free software. You can redistribute it and/or modify it under the same terms as Perl itself.
20