summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-01-31 07:57:25 +0000
committeradam <adam@pkgsrc.org>2018-01-31 07:57:25 +0000
commitdea1e056885b887f42e52fa72525320fd899ed0e (patch)
tree20cfe416bb8440a834413dca1358a9850dc684ac /packages
parentb54f8154c965c865cb8dce28f9fc18f82ab7ffbc (diff)
downloadpkgsrc-dea1e056885b887f42e52fa72525320fd899ed0e.tar.gz
py-cryptodome: updated to 3.4.8
3.4.8: New features * Added a native extension in pure C for modular exponentiation, optimized for SSE2 on x86. In the process, we drop support for the arbitrary arithmetic library MPIR on Windows, which is painful to compile and deploy. The custom modular exponentiation is 130% (160%) slower on an Intel CPU in 32-bit (64-bit) mode, compared to MPIR. Still, that is much faster that CPython's own `pow()` function which is 900% (855%) slower than MPIR. Support for the GMP library on Unix remains. * Added support for *manylinux* wheels. * Support for Python 3.7. Resolved issues * The DSA parameter 'p' prime was created with 255 bits cleared (but still with the correct strength). * Not all docs were included in the tar ball. * ECDSA verification failed for DER encoded signatures. * Human-friendly messages for padding errors with ECB and CBC.
Diffstat (limited to 'packages')
0 files changed, 0 insertions, 0 deletions