summaryrefslogtreecommitdiff
path: root/lib/Crypto/Util/Counter.py
Commit message (Expand)AuthorAgeFilesLines
* Better example (with nonce) for Counter objectLegrandin2014-02-211-4/+6
* A set of small changes to documentation.Legrandin2013-07-141-0/+2
* FIX #1093446. Description of allow_wraparound was incorrect.Legrandin2013-07-141-6/+6
* Counter: Deprecate disable_shortcut; Remove __PCT_CTR_SHORTCUT__ entirelyDwayne Litzenberger2013-07-141-7/+13
* AES was 1 byte too long in exampleLegrandin2012-06-181-1/+1
* Fixes to Counter module documentationLegrandin2012-06-101-2/+3
* Added documentation for Counter moduleLegrandin2012-05-101-1/+63
* PY3K _fastmath supportThorsten Behrens2010-12-291-1/+1
* Changes to allow pycrpyto to work on Python 3.x as well as 2.1 through 2.7Thorsten Behrens2010-12-281-7/+11
* Counter: raise OverflowError by default when the counter wraps around.Dwayne C. Litzenberger2009-10-121-3/+3
* Counter: Add disable_shortcut keyword argument (to be used for testing)Dwayne C. Litzenberger2009-10-121-3/+3
* Legal: Dedicate my files to the public domain.Dwayne C. Litzenberger2009-03-011-20/+17
* cleanup: Move modules to "lib/Crypto" subdirectory.Dwayne C. Litzenberger2009-02-281-0/+64