• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

hints/H03-Jul-2010-73

t/H03-Jul-2010-12086

ChangesH A D03-Jul-201014.7 KiB588316

MANIFESTH A D03-Jul-2010212 1514

META.ymlH A D03-Jul-2010639 2524

Makefile.PLH A D23-May-20091.1 KiB4237

READMEH A D06-Mar-2009561 1510

SHA1.pmH A D03-Jul-20106.9 KiB24720

SHA1.xsH A D03-Jul-201017 KiB623510

typemapH A D06-Mar-200972 64

README

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