summaryrefslogtreecommitdiff
path: root/src/SHA256.c
Commit message (Expand)AuthorAgeFilesLines
* FIX #1096857. Update reference to FIPS 180-4.Legrandin2013-07-141-1/+1
* 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-0/+3
* Hash: Speed up initialization by removing pure-Python wrappershash-speedup-wipDwayne Litzenberger2013-02-171-3/+18
* Hash: Remove "oid" attributes; add "name" attributeDwayne Litzenberger2013-02-171-0/+1
* Merged from upstream (py3k support) and modified so that all unit tests pass.Legrandin2011-10-181-1/+0
|\
| * 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-217/+47
* | | 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
|/
* SHA256.c: Replace the legal noticeDwayne C. Litzenberger2009-08-021-2/+23
* Reduce symbol table pollution by declaring most things "static".Dwayne C. Litzenberger2009-03-041-3/+3
* Fix some more compiler warnings (gcc/Linux-i386)Dwayne C. Litzenberger2008-09-151-1/+1
* Whitespace: Replace CRLF with LF in src/SHA256.cDwayne C. Litzenberger2008-09-151-209/+209
* [project @ akuchling-20051130021621-801cd274a9838593]akuchling2005-11-291-12/+21
* [project @ akuchling-20051130003136-46251f33241838ee]akuchling2005-11-291-2/+2
* [project @ akuchling-20050611022255-6c23c4eace44d242]akuchling2005-06-101-1/+3
* [project @ akuchling-20050611021758-7931db340216dfce]akuchling2005-06-101-11/+16
* [project @ akuchling-20031220025128-a9e2449d8bc6e4f2]akuchling2003-12-191-0/+193