Python-RSA 4.9 released
The final release of
Python-RSA v4.9 can be obtained from
the Python
Package Index, or just installed with
pip install --upgrade rsa.
This release contains improvements by Arie Bovenberg, Michał Górny,
myheroyuki, and myself:
- Remove debug logging from
rsa/key.py( #194). - Remove overlapping slots in
PrivateKeyandPublicKey. ( #189). - Do not include CHANGELOG/LICENSE/README.md in wheel ( #191).
- Fixed Key Generation Unittest: Public and Private keys are assigned the wrong way around ( #188).
More information on the Python-RSA page.