aboutsummaryrefslogtreecommitdiff
path: root/libraries/perl-digest-sha1/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/perl-digest-sha1/README')
-rw-r--r--libraries/perl-digest-sha1/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/perl-digest-sha1/README b/libraries/perl-digest-sha1/README
new file mode 100644
index 000000000000..db2c26eec063
--- /dev/null
+++ b/libraries/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.