Go to file
Mario Fetka 3e818ec848 Intial commit 2017-10-31 15:16:22 +01:00
debian Intial commit 2017-10-31 15:16:22 +01:00
hints Imported Upstream version 2.13 2017-10-31 15:15:02 +01:00
t Imported Upstream version 2.13 2017-10-31 15:15:02 +01:00
Changes Imported Upstream version 2.13 2017-10-31 15:15:02 +01:00
MANIFEST Imported Upstream version 2.13 2017-10-31 15:15:02 +01:00
META.yml Imported Upstream version 2.13 2017-10-31 15:15:02 +01:00
Makefile.PL Imported Upstream version 2.13 2017-10-31 15:15:02 +01:00
README Imported Upstream version 2.13 2017-10-31 15:15:02 +01:00
SHA1.pm Imported Upstream version 2.13 2017-10-31 15:15:02 +01:00
SHA1.xs Imported Upstream version 2.13 2017-10-31 15:15:02 +01:00
fip180-1.gif Imported Upstream version 2.13 2017-10-31 15:15:02 +01:00
fip180-1.html Imported Upstream version 2.13 2017-10-31 15:15:02 +01:00
typemap Imported Upstream version 2.13 2017-10-31 15:15:02 +01:00

README

The Digest::SHA1 module allows you to use the NIST SHA-1 message
digest algorithm from within Perl programs.  The algorithm takes as
input a message of arbitrary length and produces as output a 160-bit
"fingerprint" or "message digest" of the input.

SHA1 is described at <http://www.itl.nist.gov/fipspubs/fip180-1.htm>

You will need Perl version 5.004 or better to install this module.

Copyright 1999-2004 Gisle Aas.
Copyright 1997 Uwe Hollerbach.

This library is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.