summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-RSA
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-05-06 17:40:18 +0000
committerjmmv <jmmv>2003-05-06 17:40:18 +0000
commit5a79423b6feb188f48299ebbaf981575b33d3f48 (patch)
tree37ae7d212f46ef8018a7bd8c13edba7da1a47ed9 /security/p5-Crypt-RSA
parentf58f4f25565243e0fcd6ee359261be2e3cfc7286 (diff)
downloadpkgsrc-5a79423b6feb188f48299ebbaf981575b33d3f48.tar.gz
Drop trailing whitespace. Ok'ed by wiz.
Diffstat (limited to 'security/p5-Crypt-RSA')
-rw-r--r--security/p5-Crypt-RSA/DESCR12
1 files changed, 6 insertions, 6 deletions
diff --git a/security/p5-Crypt-RSA/DESCR b/security/p5-Crypt-RSA/DESCR
index a00c0739ff3..bfd0bb7b624 100644
--- a/security/p5-Crypt-RSA/DESCR
+++ b/security/p5-Crypt-RSA/DESCR
@@ -1,9 +1,9 @@
-Crypt::RSA is a pure-perl, cleanroom implementation of the RSA public-key
-cryptosystem. It uses Math::Pari, a perl interface to the blazingly fast
+Crypt::RSA is a pure-perl, cleanroom implementation of the RSA public-key
+cryptosystem. It uses Math::Pari, a perl interface to the blazingly fast
PARI library, for big integer arithmetic and number theoretic computations.
-Crypt::RSA provides arbitrary size key-pair generation, plaintext-aware
-encryption (OAEP) and digital signatures with appendix (PSS). For
-compatibility with SSLv3, RSAREF2, PGP and other applications that follow
-the PKCS #1 v1.5 standard, it also provides PKCS #1 v1.5 encryption and
+Crypt::RSA provides arbitrary size key-pair generation, plaintext-aware
+encryption (OAEP) and digital signatures with appendix (PSS). For
+compatibility with SSLv3, RSAREF2, PGP and other applications that follow
+the PKCS #1 v1.5 standard, it also provides PKCS #1 v1.5 encryption and
signatures.