NAME
Digest::Adler32 - The Adler-32 checksum
DESCRIPTION
The Digest::Adler32
module implements the Adler-32 checksum as specified in RFC 1950. The interface provided by this module is specified in Digest.
A binary digest will be 4 bytes long. A hex digest will be 8 characters long. A base64 digest will be 6 characters long.
SEE ALSO
COPYRIGHT
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Copyright 1996 L. Peter Deutsch and Jean-Loup Gailly
Copyright 2001,2003 Gisle Aas
AUTHOR
Gisle Aas <gisle@aas.no>