This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
Changes | ||
| |
MANIFEST | ||
| |
MANIFEST.SKIP | ||
| |
Makefile.PL | ||
| |
README | ||
| |
SHA1.pm | ||
| |
SHA1.xs | ||
| |
fip180-1.gif | ||
| |
fip180-1.html | ||
| |
hints/ | ||
| |
t/ | ||
| |
typemap |
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.








