GH121. the record list was still not correct due to PEP3147
and pycache directories. Thanks again to John O'Brien.
3.4.10
++++++++++++++++++++++++
Resolved issues
When creating ElGamal keys, the generator wasn't a square residue:
ElGamal encryption done with those keys cannot be secure under
the DDH assumption. Thanks to Weikeng Chen.
3.4.9
+++++++++++++++++++++++
New features
More meaningful error messages while importing an ECC key.
Resolved issues
GH123 and 125. The SSE2 command line switch was not always passed on 32-bit x86 platforms.
GH121. The record list (--record) was not always correctly filled for the
pycryptodomex package. Thanks to John W. O'Brien.
pyxDamerauLevenshtein 1.4.1 -> 1.5
1.5
Allow tuples and lists as input. (courtesy internaut)
Dropped support of EOL Python versions (2.6, 3.2, and 3.3). (courtesy internaut)
Fixed a possible division-by-zero exception. (courtesy internaut)
Fixed a formatting error in an exception message. (courtesy internaut)
Updates
Here's a list of all the updates bundled in this pull request. I've added some links to make it easier for you to find all the information you need.
Changelogs
pycryptodome 3.4.8 -> 3.4.11
pyxDamerauLevenshtein 1.4.1 -> 1.5
That's it for now!
Happy merging! 🤖