summaryrefslogtreecommitdiff
path: root/security/py-cryptodome
AgeCommit message (Collapse)AuthorFilesLines
2017-09-27py-cryptodome: update to 3.4.7adam2-8/+8
3.4.7: New features * API documentation is made with sphinx instead of epydoc. * Start using ``importlib`` instead of ``imp``` where available. Resolved issues * Fixed PEM header for RSA/DSA public keys.
2017-03-07py-cryptodome: update to 3.4.5maya4-26/+9
The library can also be compiled using MinGW. Removed use of alloca(). [Security] Removed implementation of deprecated "quick check" feature of PGP block cipher mode. Improved the performance of scrypt by converting some Python to C.
2017-02-08Make it a proper Egg. Bump revision.joerg2-7/+8
2017-01-12Revert last commit. According to wiz@ in private mail, CONFLICTS is neededrodent1-3/+1
for configuration files only.
2017-01-12py-crypto and py-cryptodome CONFLICT with:rodent1-1/+3
${PYSITELIB}/Crypto/Cipher/AES.py
2016-12-30SunOS needs alloca.h, so include in its case too.maya2-6/+5
Pointed out by kamil, thanks.
2016-12-30Use public-domain AND python-software-foundation as a license.maya1-3/+2
Pointed out by leot - thanks!
2016-12-30New package: py-cryptodome.maya5-0/+722
PyCryptodome is a self-contained Python package of low-level cryptographic primitives. It's also intended to be a drop-in replacement for py-crypto.