diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 04:04:44 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-14 04:04:44 -0400 |
commit | a84dc3aa6c2ca6003eea5724f4a5c473516f8fa0 (patch) | |
tree | 13c63143a2f293f30d1e3e6b3532c55194b6c1e0 /perl | |
parent | f98623faf65deaa6baeb75a072f7be0a4368767f (diff) | |
download | slackbuilds-a84dc3aa6c2ca6003eea5724f4a5c473516f8fa0.tar.gz |
perl/perl-digest-hmac: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'perl')
-rw-r--r-- | perl/perl-digest-hmac/README | 12 |
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. |