We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae61397 commit 7619f14Copy full SHA for 7619f14
CHANGELOG.txt
@@ -11,8 +11,8 @@ Version 4.0 - in development
11
- rsa._version200
12
- Removed CLI commands that use the VARBLOCK/bigfile format.
13
- Ensured that PublicKey.save_pkcs1() and PrivateKey.save_pkcs1() always return bytes.
14
-- Dropped support for Python 2.6
15
-- Dropped support for Psyco
+- Dropped support for Python 2.6 and 3.3.
+- Dropped support for Psyco.
16
- Miller-Rabin iterations determined by bitsize of key.
17
[#58](https://github.com/sybrenstuvel/python-rsa/pull/58)
18
- Added function `rsa.find_signature_hash()` to return the name of the hashing
0 commit comments