Skip to content

Commit

Permalink
Removed obsolete remark from docstring, fixes #14
Browse files Browse the repository at this point in the history
  • Loading branch information
sybrenstuvel committed Jan 22, 2016
1 parent f95dbb7 commit 15b69b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions rsa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@
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
Expand Down

0 comments on commit 15b69b3

Please sign in to comment.