summaryrefslogtreecommitdiffstats
path: root/perl/perl-digest-hmac/README
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-digest-hmac/README')
-rw-r--r--perl/perl-digest-hmac/README12
1 files changed, 6 insertions, 6 deletions
diff --git a/perl/perl-digest-hmac/README b/perl/perl-digest-hmac/README
index b915ff7772..390cf323f6 100644
--- a/perl/perl-digest-hmac/README
+++ b/perl/perl-digest-hmac/README
@@ -1,8 +1,8 @@
-Digest::HMAC is a perl module used for message integrity checks between two
-parties that share a secret key, and works in combination with some other
-Digest algorithm, usually MD5 or SHA-1. The HMAC mechanism is described
-in RFC 2104.
+Digest::HMAC is a perl module used for message integrity checks
+between two parties that share a secret key, and works in combination
+with some other Digest algorithm, usually MD5 or SHA-1. The HMAC
+mechanism is described in RFC 2104.
The Digest::HMAC module follow the common Digest:: interface, but the
-constructor takes the secret key and the name of some other simple Digest::
-module as argument.
+constructor takes the secret key and the name of some other simple
+Digest:: module as argument.