summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author B. Watson2022-03-14 16:20:47 +0100
committer B. Watson2022-03-17 17:37:59 +0100
commit8bb109d2561a676050ca841da7314fccdd5ec697 (patch)
treee968458edb6aed3ab4804549b55a4b98f67c7528 /python
parentc0b15ef4157b35f66bcda88e1bc1a24330cfb172 (diff)
downloadslackbuilds-8bb109d2561a676050ca841da7314fccdd5ec697.tar.gz
python/rsa: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python')
-rw-r--r--python/rsa/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/rsa/README b/python/rsa/README
index 38bb5d56a7..5311a7072d 100644
--- a/python/rsa/README
+++ b/python/rsa/README
@@ -1,5 +1,5 @@
-Python-RSA is a pure-Python RSA implementation. It supports encryption and
-decryption, signing and verifying signatures, and key generation according to
-PKCS#1 version 1.5.
+Python-RSA is a pure-Python RSA implementation. It supports encryption
+and decryption, signing and verifying signatures, and key generation
+according to PKCS#1 version 1.5.
Optional dependencies: psyco