summaryrefslogtreecommitdiff
path: root/lib/Crypto/Hash/SHA512.py
Commit message (Expand)AuthorAgeFilesLines
* Merged from upstream (py3k support) and modified so that all unit tests pass.Legrandin2011-10-181-2/+3
|\
| * SHA224/384/512: Py3k compatibilityDwayne C. Litzenberger2011-10-101-3/+4
* | Added Lorenz Quack's native C implementation of all SHA-2 algorithmLegrandin2011-10-161-3/+7
* | Merged with upstream.Legrandin2011-09-201-3/+24
|/
* Add variable block size support to HMAC-SHA384 and HMAC-SHA512 which useFrédéric Bertolus2011-04-081-1/+1
* Add SHA224, SHA384 and SHA512 hash algorithm.Frédéric Bertolus2011-04-081-0/+31