diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2013-10-27 22:30:24 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-10-27 23:39:08 -0500 |
commit | 6b6f0cae560ca377ff8b60bf70b5cff5232164c4 (patch) | |
tree | 533a020dedd8a62f9b1d7f32715fa372eb8c7465 /python/rsa/slack-desc | |
parent | 49df8a2a48d9387f4d67e583ab3ad5b849bd2f95 (diff) | |
download | slackbuilds-6b6f0cae560ca377ff8b60bf70b5cff5232164c4.tar.gz |
python/rsa: Added (Pure-Python RSA implementation)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'python/rsa/slack-desc')
-rw-r--r-- | python/rsa/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/rsa/slack-desc b/python/rsa/slack-desc new file mode 100644 index 0000000000..b300f983fd --- /dev/null +++ b/python/rsa/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +rsa: rsa (Pure-Python RSA implementation) +rsa: +rsa: Python-RSA is a pure-Python RSA implementation. It supports encryption +rsa: and decryption, signing and verifying signatures, and key generation +rsa: according to PKCS#1 version 1.5. +rsa: +rsa: Homepage: http://stuvel.eu/rsa +rsa: +rsa: +rsa: +rsa: |