aboutsummaryrefslogtreecommitdiff
path: root/rsa/__init__.py
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2011-07-10 12:17:01 +0200
committerSybren A. Stüvel <sybren@stuvel.eu>2011-07-10 12:17:01 +0200
commitf7bbe1053bedde2e38688292501126ef8417096a (patch)
treeddfba491a64012bd1ca117b41855ae1df21106f8 /rsa/__init__.py
parent714324a9a34f0958704e5064251a1f00ed37a372 (diff)
downloadrsa-f7bbe1053bedde2e38688292501126ef8417096a.tar.gz
Added a bit of docstring
Diffstat (limited to 'rsa/__init__.py')
-rwxr-xr-xrsa/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/rsa/__init__.py b/rsa/__init__.py
index 2680171..b66fe37 100755
--- a/rsa/__init__.py
+++ b/rsa/__init__.py
@@ -7,6 +7,9 @@ WARNING: this implementation does not use random padding, compression of the
cleartext input to prevent repetitions, or other common security improvements.
Use with care.
+If you want to have a more secure implementation, use the functions from the
+``rsa.pkcs1`` module.
+
"""
__author__ = "Sybren Stuvel, Marloes de Boer, Ivo Tamboer, and Barry Mead"