summaryrefslogtreecommitdiff
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
parentf95dbb7d77c5a693022e83e30ba2a16d454e5d81 (diff)
downloadrsa-git-15b69b38568cfe883180c397d408207b456e0e06.tar.gz
Removed obsolete remark from docstring, fixes #14
-rw-r--r--CHANGELOG.txt2
-rw-r--r--rsa/__init__.py3
2 files changed, 1 insertions, 4 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index bc74650..0a6226c 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -6,7 +6,7 @@ Version 3.4 - in development
----------------------------------------
- Moved development to Github.
-- Fixed bugs #27
+- Fixed bugs #14, #27, #30
Version 3.3 - released 2016-01-13
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