Blame README

Packit f92210
The Digest::SHA1 module allows you to use the NIST SHA-1 message
Packit f92210
digest algorithm from within Perl programs.  The algorithm takes as
Packit f92210
input a message of arbitrary length and produces as output a 160-bit
Packit f92210
"fingerprint" or "message digest" of the input.
Packit f92210
Packit f92210
SHA1 is described at <http://www.itl.nist.gov/fipspubs/fip180-1.htm>
Packit f92210
Packit f92210
You will need Perl version 5.004 or better to install this module.
Packit f92210
Packit f92210
Copyright 1999-2004 Gisle Aas.
Packit f92210
Copyright 1997 Uwe Hollerbach.
Packit f92210
Packit f92210
This library is free software; you can redistribute it and/or
Packit f92210
modify it under the same terms as Perl itself.