aboutsummaryrefslogtreecommitdiff
path: root/lang/python-crypto
Commit message (Collapse)AuthorAge
* python packages: move all things python under lang/pythonAlexandru Ardelean2017-05-17
| | | | | | | | | | | | I admit this may be be a bit aggressive, but the lang folder is getting cluttered/filled up with Python, PHP, Perl, Ruby, etc. packages. Makes sense to try to group them into per-lang folders. I took the Pythons. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-crypto: let the KeyError bubble up instead of manually throwing an ↵Jeffery To2015-11-01
| | | | | | AssertionError Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-crypto: fixed endianness detectionJeffery To2015-10-30
| | | | | | | | This fixes setup.py so that it uses the endianness of the target system instead of detecting endianness from the host. This affects the computation of RIPEMD-160 hashes. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-crypto: import pycrypto from old packages feedJeffery To2015-10-29
- update to latest stable version (2.6.1) - add PyPackage call - add license info - add myself as maintainer Signed-off-by: Jeffery To <jeffery.to@gmail.com>