From a84dc3aa6c2ca6003eea5724f4a5c473516f8fa0 Mon Sep 17 00:00:00 2001 From: B. Watson Date: Mon, 14 Mar 2022 04:04:44 -0400 Subject: perl/perl-digest-hmac: Wrap README at 72 columns. Signed-off-by: B. Watson --- perl/perl-digest-hmac/README | 12 ++++++------ 1 file 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. -- cgit v1.2.3