Path to this page:
Subject: CVS commit: pkgsrc/security/py-cryptodome
From: Adam Ciarcinski
Date: 2018-08-13 09:20:11
Message id: 20180813072011.196DEFBEC@cvs.NetBSD.org
Log Message:
py-cryptodome: updated to 3.6.5
3.6.5:
Fixed incorrect AES encryption/decryption with AES acceleration on x86 due to \
gcc’s optimization and strict aliasing rules.
More prime number candidates than necessary where discarded as composite due to \
the limited way D values were searched in the Lucas test.
Fixed ResouceWarnings and DeprecationWarnings.
Workaround for Python 3.7.0 bug on Windows
Files: