File: README

package info (click to toggle)
libdigest-sha1-perl 2.11-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 156 kB
  • ctags: 5
  • sloc: makefile: 54; perl: 45
file content (14 lines) | stat: -rw-r--r-- 561 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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.