summaryrefslogtreecommitdiff
path: root/rsa/__init__.py
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2016-01-22 12:46:51 +0100
committerSybren A. Stüvel <sybren@stuvel.eu>2016-01-22 13:14:35 +0100
commit15b69b38568cfe883180c397d408207b456e0e06 (patch)
tree04e6fbd80ecda6269c403d49251fef01a8e136cf /rsa/__init__.py
parentf95dbb7d77c5a693022e83e30ba2a16d454e5d81 (diff)
downloadrsa-git-15b69b38568cfe883180c397d408207b456e0e06.tar.gz
Removed obsolete remark from docstring, fixes #14
Diffstat (limited to 'rsa/__init__.py')
-rw-r--r--rsa/__init__.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/rsa/__init__.py b/rsa/__init__.py
index c996f00..a6161f1 100644
--- a/rsa/__init__.py
+++ b/rsa/__init__.py
@@ -22,9 +22,6 @@ 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.
-
"""
from rsa.key import newkeys, PrivateKey, PublicKey