diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-15 11:34:14 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:16 -0400 |
commit | bffbb63b827ab109071bcd5d3c63ab5471d4781e (patch) | |
tree | 5d7c199db8557e41d9823d3ec557e845cbe4d532 /python/python3-rsa | |
parent | 96847afc7edb7fb8b1893996e05367bc4705ff55 (diff) |
python/python3-rsa: Make slack-desc ASCII.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/python3-rsa')
-rw-r--r-- | python/python3-rsa/slack-desc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-rsa/slack-desc b/python/python3-rsa/slack-desc index dffa3239e728..c521fd755aa2 100644 --- a/python/python3-rsa/slack-desc +++ b/python/python3-rsa/slack-desc @@ -11,7 +11,7 @@ python3-rsa: python3-rsa: It supports encryption and decryption, signing and verifying python3-rsa: signatures, and key generation according to PKCS#1 version 1.5. python3-rsa: It can be used as a Python library as well as on the commandline. -python3-rsa: The code was mostly written by Sybren A. Stüvel +python3-rsa: The code was mostly written by Sybren A. Stuvel python3-rsa: python3-rsa: Homepage: https://stuvel.eu/software/rsa/ python3-rsa: |