summaryrefslogtreecommitdiff
path: root/Source/cm_sha2.c
Commit message (Expand)AuthorAgeFilesLines
* sha2: Fix -Wcast-qual warnings by adding const to some castsSean McBride2014-12-171-12/+12
* Remove borland workarounds.Stephen Kelly2014-10-151-3/+0
* sha2: Avoid type-punned pointer dereference (#14314)Brad King2013-07-251-4/+8
* sha2: Zero entire SHA_CTX structure during cleanupBrad King2011-11-171-11/+11
* sha2: Suppress -Wcast-align warning from ClangBrad King2011-11-171-0/+3
* sha2: Cast safe conversions to smaller integer typesBrad King2011-11-171-6/+6
* sha2: Suppress Borland warnings in third-party codeBrad King2011-11-161-0/+3
* sha2: Use KWIML fixed-size integer constant macrosBrad King2011-11-161-102/+121
* sha2: Use "static const" instead of "const static" declarationsBrad King2011-11-161-7/+7
* sha2: Use KWIML fixed-size integer types and endian-nessBrad King2011-11-161-29/+12
* Import sha2 implementation 1.1 from Aaron D. GiffordBrad King2011-06-271-281/+822
* Import sha2 implementation 1.0 from Aaron D. GiffordBrad King2011-06-271-0/+1064