summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-DES_EDE3
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-05-06 17:40:18 +0000
committerjmmv <jmmv@pkgsrc.org>2003-05-06 17:40:18 +0000
commitf1446ddf2bf8118f432b3ac74c88db3d832669a8 (patch)
tree37ae7d212f46ef8018a7bd8c13edba7da1a47ed9 /security/p5-Crypt-DES_EDE3
parent37170ce899bdf394cca1d0769b2215d84b15a7ee (diff)
downloadpkgsrc-f1446ddf2bf8118f432b3ac74c88db3d832669a8.tar.gz
Drop trailing whitespace. Ok'ed by wiz.
Diffstat (limited to 'security/p5-Crypt-DES_EDE3')
-rw-r--r--security/p5-Crypt-DES_EDE3/DESCR8
1 files changed, 4 insertions, 4 deletions
diff --git a/security/p5-Crypt-DES_EDE3/DESCR b/security/p5-Crypt-DES_EDE3/DESCR
index fa9809a6815..154cdc34fd9 100644
--- a/security/p5-Crypt-DES_EDE3/DESCR
+++ b/security/p5-Crypt-DES_EDE3/DESCR
@@ -1,8 +1,8 @@
-Crypt::DES_EDE3 implements DES-EDE3 encryption. This is triple-DES
-encryption where an encrypt operation is encrypt-decrypt-encrypt, and
-decrypt is decrypt-encrypt-decrypt. This implementation uses Crypt::DES
+Crypt::DES_EDE3 implements DES-EDE3 encryption. This is triple-DES
+encryption where an encrypt operation is encrypt-decrypt-encrypt, and
+decrypt is decrypt-encrypt-decrypt. This implementation uses Crypt::DES
to do its dirty DES work, and simply provides a wrapper around that
-module: setting up the individual DES ciphers, initializing the keys,
+module: setting up the individual DES ciphers, initializing the keys,
and performing the encryption/decryption steps.
DES-EDE3 encryption requires a key size of 24 bytes.