aboutsummaryrefslogtreecommitdiff
path: root/lang/python-crypto
Commit message (Collapse)AuthorAge
* 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>