summaryrefslogtreecommitdiff
path: root/python/rsa/README
diff options
context:
space:
mode:
authorLarry Hajali <larryhaja[at]gmail[dot]com>2013-10-27 22:30:24 -0500
committerRobby Workman <rworkman@slackbuilds.org>2013-10-27 23:39:08 -0500
commit6b6f0cae560ca377ff8b60bf70b5cff5232164c4 (patch)
tree533a020dedd8a62f9b1d7f32715fa372eb8c7465 /python/rsa/README
parent49df8a2a48d9387f4d67e583ab3ad5b849bd2f95 (diff)
downloadslackbuilds-6b6f0cae560ca377ff8b60bf70b5cff5232164c4.tar.gz
python/rsa: Added (Pure-Python RSA implementation)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'python/rsa/README')
-rw-r--r--python/rsa/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/rsa/README b/python/rsa/README
new file mode 100644
index 0000000000..38bb5d56a7
--- /dev/null
+++ b/python/rsa/README
@@ -0,0 +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