summaryrefslogtreecommitdiff
path: root/src/RIPEMD160.c
Commit message (Expand)AuthorAgeFilesLines
* Improve C extension autodocsDwayne Litzenberger2013-07-141-1/+7
* Add pycrypto_common.h and clean up a bunch of miscellaneous includes & typedefsDwayne Litzenberger2013-04-211-13/+1
* Include inttypes.h or sys/inttypes.h based on what autoconf tells usDwayne Litzenberger2013-04-211-3/+4
* Hash: Speed up initialization by removing pure-Python wrappershash-speedup-wipDwayne Litzenberger2013-02-171-2/+21
* Hash: Remove "oid" attributes; add "name" attributeDwayne Litzenberger2013-02-171-0/+1
* Fix compiler warning about "_POSIX_C_SOURCE" being redefined in string.hDwayne Litzenberger2013-02-171-1/+2
* Merged from upstream (py3k support) and modified so that all unit tests pass.Legrandin2011-10-181-2/+11
|\
| * Fix build on Solaris 9 and earilerDwayne C. Litzenberger2011-10-101-1/+9
| * 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-1/+2
* | | Added Lorenz Quack's native C implementation of all SHA-2 algorithmLegrandin2011-10-161-14/+1
* | | 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 OID to each hash algorithm.Legrandin2011-02-031-0/+13
|/
* Reduce symbol table pollution by declaring most things "static".Dwayne C. Litzenberger2009-03-041-1/+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-2/+2
* RIPEMD160: Detect endianness at build-time rather than at runtimeDwayne C. Litzenberger2008-09-151-22/+10
* RIPEMD160: Add new C implementation (RIPEMD160.c)Dwayne C. Litzenberger2008-09-151-0/+432