summaryrefslogtreecommitdiff
path: root/Source/cm_sha2.h
Commit message (Collapse)AuthorAgeFilesLines
* sha2: Wrap long lines in third-party declarationsBrad King2011-11-161-5/+10
|
* sha2: Build as part of CMakeLibBrad King2011-11-161-0/+2
| | | | Mangle sha2 symbols to avoid conflict with system libs.
* sha2: Use KWIML fixed-size integer types and endian-nessBrad King2011-11-161-155/+30
| | | | These are more portable than those named in the original sha2 code.
* Import sha2 implementation 1.1 from Aaron D. GiffordBrad King2011-06-271-65/+127
| | | | | | | | | Update cm_sha2.[hc] from sha2.[hc] in "sha2-1.1-ALPHA.tgz" downloaded today from http://www.aarongifford.com/computers/sha.html with trivial whitespace cleanup. This adds SHA-224 support.
* Import sha2 implementation 1.0 from Aaron D. GiffordBrad King2011-06-271-0/+196
Copy cm_sha2.[hc] from sha2.[hc] in "sha2-1.0.tar.gz" downloaded today from http://www.aarongifford.com/computers/sha.html with trivial whitespace cleanup. Also fix #include to account for rename.