aboutsummaryrefslogtreecommitdiff
path: root/python/python3-rsa/README
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2020-09-19 01:15:19 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2020-09-19 01:15:19 +0700
commit8636b30a153caca3fa7eeb1c56a0ac81ff239231 (patch)
tree3dc219ffd11e8c16d71e92a42897f4d20ca419a3 /python/python3-rsa/README
parente15590ead80cd9e6c8e16d737f34341e0aa39d8e (diff)
python/python3-rsa: Added (pure-Python RSA implementation).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-rsa/README')
-rw-r--r--python/python3-rsa/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python3-rsa/README b/python/python3-rsa/README
new file mode 100644
index 0000000000000..3507fb1355b2d
--- /dev/null
+++ b/python/python3-rsa/README
@@ -0,0 +1,3 @@
+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.