summaryrefslogtreecommitdiff
path: root/lib/Crypto/SelfTest/Util/test_Counter.py
Commit message (Expand)AuthorAgeFilesLines
* Counter: Deprecate disable_shortcut; Remove __PCT_CTR_SHORTCUT__ entirelyDwayne Litzenberger2013-07-141-15/+5
* PY3K _fastmath supportThorsten Behrens2010-12-291-1/+1
* PY3K support for _fastmath.c; removed floordiv(a,b) hack and replaced with di...Thorsten Behrens2010-12-291-6/+6
* Changes to allow pycrpyto to work on Python 3.x as well as 2.1 through 2.7Thorsten Behrens2010-12-281-17/+20
* SelfTest: Test new Counter anti-wraparound behaviourDwayne C. Litzenberger2009-10-121-11/+25
* SelfTest: Add tests for Counter wraparound behaviour and for the 'carry' attr...Dwayne C. Litzenberger2009-10-121-0/+45
* SelfTest: Add tests for Crypto.Util.CounterDwayne C. Litzenberger2009-10-121-0/+103