summaryrefslogtreecommitdiffstats
path: root/pym/portage/util/whirlpool.py
Commit message (Collapse)AuthorAgeFilesLines
* WhirlpoolAdd: raise TypeError if not bytesZac Medico2012-08-041-0/+2
|
* whirlpool.py: fix WhirlpoolAdd for bug #406407Zac Medico2012-03-051-1/+1
| | | | | | | | | This file is a python port of Whirlpool.c the reference implementation: http://www.larc.usp.br/~pbarreto/whirlpool.zip Comparison of both implementations reveals a difference in loop logic at the very beginning of the WhirlpoolAdd function, which is fixed now.
* whirlpool.py: tabs to spacesv2.2.0_alpha64Zac Medico2011-10-081-6/+6
|
* whirlpool.py: fix for python3Zac Medico2011-10-041-4/+5
|
* whirlpool.py: skip tests during importZac Medico2011-10-041-6/+7
|
* whirlpool.py: handle xrange for python3Zac Medico2011-10-011-0/+4
|
* Manifest2 hash: WhirlpoolRobin H. Johnson2011-10-011-0/+788
Provide public-domain implementation of the Whirlpool hash algorithm to be used as new Manifest2 hash. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>