summaryrefslogtreecommitdiff
path: root/src/hash_template.c
Commit message (Expand)AuthorAgeFilesLines
* Improve C extension autodocsDwayne Litzenberger2013-07-141-13/+73
* Py3k cleanup: Module initializationDwayne Litzenberger2013-07-141-12/+22
* Py3k cleanup: Always use tp_getattroDwayne Litzenberger2013-07-141-23/+12
* Py3k cleanup: PyMODINIT_FUNCDwayne Litzenberger2013-07-141-4/+0
* Py3k cleanup: PyVarObject_HEAD_INITDwayne Litzenberger2013-07-141-5/+0
* Py3k cleanup: PyType_ReadyDwayne Litzenberger2013-07-141-2/+3
* Py3k cleanup: staticforward and Py_TYPEDwayne Litzenberger2013-07-141-4/+0
* Py3k cleanup: PyModule_AddIntConstantDwayne Litzenberger2013-07-141-7/+0
* Py3k cleanup: Remove unused is_ALGobject macroDwayne Litzenberger2013-07-141-2/+0
* Py3k cleanup: Define PyInt_FromLong for Python 3.x and use itDwayne Litzenberger2013-07-141-2/+1
* Add pycrypto_common.h and clean up a bunch of miscellaneous includes & typedefsDwayne Litzenberger2013-04-211-7/+1
* Hash: Speed up initialization by removing pure-Python wrappershash-speedup-wipDwayne Litzenberger2013-02-171-11/+11
* Hash: Remove "oid" attributes; add "name" attributeDwayne Litzenberger2013-02-171-0/+4
* Fix compiler warning about "_POSIX_C_SOURCE" being redefined in string.hDwayne Litzenberger2013-02-171-1/+1
* Fixed compilation error in MSVC.alsaan2011-11-291-7/+6
* Merged from upstream (py3k support) and modified so that all unit tests pass.Legrandin2011-10-181-22/+117
|\
| * Merge branch 'master' into py3kDwayne C. Litzenberger2011-10-101-0/+1
| |\
| * | Changes to allow pycrpyto to work on Python 3.x as well as 2.1 through 2.7Thorsten Behrens2010-12-281-24/+117
* | | Added Lorenz Quack's native C implementation of all SHA-2 algorithmLegrandin2011-10-161-7/+0
* | | Merged with upstream.Legrandin2011-09-201-0/+1
|\ \ \ | | |/ | |/|
| * | Add variable block size support to HMAC-SHA384 and HMAC-SHA512 which useFrédéric Bertolus2011-04-081-0/+1
| |/
* | Add new() method to all remaining hash algorithms, so as to make them to work...Legrandin2011-02-071-0/+6
* | Add OID to each hash algorithm.Legrandin2011-02-031-1/+7
|/
* Release the global interpreter lock during encryption, decryption, and hashing.Dwayne C. Litzenberger2009-10-121-1/+6
* {block,stream,hash}_template.c: Replace the legal noticesDwayne C. Litzenberger2009-08-031-5/+18
* [project @ robey@lag.net-20060815024756-0ee4d018bde70abe]Robey Pointer2006-08-141-2/+2
* [project @ akuchling-20020525014711-0542d6c0170548df]akuchling2002-05-241-1/+3
* [project @ akuchling-20020524234241-bc4dc6959b6bf706]akuchling2002-05-241-1/+1
* [project @ akuchling-20020524225121-d7c667dfcda3cee8]akuchling2002-05-241-2/+2
* [project @ akuchling-20020523211022-16b9d8b39f46fb87]akuchling2002-05-231-6/+2
* [project @ akuchling-20020523210259-f80d7b91276c43b2]akuchling2002-05-231-2/+7
* [project @ akuchling-20020517204456-366350487889f006]akuchling2002-05-171-34/+41
* [project @ akuchling-20020517032843-d46b1f26cebb9fb8]akuchling2002-05-161-7/+5
* [project @ akuchling-20020404014253-9c6258770f7878c8]akuchling2002-04-031-28/+0
* [project @ akuchling-20020404012808-0f5d2e4b5c86f7af]akuchling2002-04-031-13/+8
* [project @ akuchling-20020404011641-90da0424394474e4]akuchling2002-04-031-5/+0
* [project @ akuchling-20020404011254-dc4b19345e770837]akuchling2002-04-031-78/+71
* [project @ akuchling-20020402062257-faae089f7242b990]akuchling2002-04-011-0/+285