summaryrefslogtreecommitdiff
path: root/src/_counter.h
Commit message (Expand)AuthorAgeFilesLines
* Add ABI check when importing _counter from block_templateDwayne Litzenberger2013-07-141-0/+2
* Counter: Deprecate disable_shortcut; Remove __PCT_CTR_SHORTCUT__ entirelyDwayne Litzenberger2013-07-141-1/+0
* Add pycrypto_common.h and clean up a bunch of miscellaneous includes & typedefsDwayne Litzenberger2013-04-211-10/+1
* Include inttypes.h or sys/inttypes.h based on what autoconf tells usDwayne Litzenberger2013-04-211-2/+4
* Counter: Fix compiler warning about signed-unsigned comparisonDwayne Litzenberger2013-02-171-1/+1
* Fix build on Solaris 9 and earilerDwayne C. Litzenberger2011-10-101-1/+8
* Changes to allow pycrpyto to work on Python 3.x as well as 2.1 through 2.7Thorsten Behrens2010-12-281-3/+2
* Release the global interpreter lock during encryption, decryption, and hashing.Dwayne C. Litzenberger2009-10-121-1/+0
* Check for counter wraparound when encrypting using MODE_CTRDwayne C. Litzenberger2009-10-121-0/+1
* Counter: raise OverflowError by default when the counter wraps around.Dwayne C. Litzenberger2009-10-121-0/+1
* Counter: Add 'carry' attribute to counter objectsDwayne C. Litzenberger2009-10-121-0/+1
* Counter: Add disable_shortcut keyword argument (to be used for testing)Dwayne C. Litzenberger2009-10-121-0/+1
* Legal: Dedicate my files to the public domain.Dwayne C. Litzenberger2009-03-011-20/+17
* MSVC-specific fixes and workaroundsDwayne C. Litzenberger2008-11-161-1/+1
* Util.Counter: Speed up CTR mode using shortcutDwayne C. Litzenberger2008-10-191-0/+44