diff options
Diffstat (limited to 'perl/perl-digest-sha1/README')
-rw-r--r-- | perl/perl-digest-sha1/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/perl/perl-digest-sha1/README b/perl/perl-digest-sha1/README new file mode 100644 index 000000000000..db2c26eec063 --- /dev/null +++ b/perl/perl-digest-sha1/README @@ -0,0 +1,6 @@ +perl-digest-sha1 - Perl interface to the SHA-1 algorithm + +It 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. |