aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash/sha2
Commit message (Expand)AuthorAgeFilesLines
* Make many more headers internal-only.lloyd2009-12-162-4/+4
* Slightly cleaner SHA-256 F1 func; ~1% fasterlloyd2009-11-101-3/+3
* Conver the rest of the hash functions to use the array-based load instructions.lloyd2009-11-031-3/+3
* Add a new looping load_be / load_le for loading large arrays at once, andlloyd2009-10-291-11/+19
* Unroll the expansion loop in both SHA-2 implementations by 8. On a Core2,lloyd2009-10-292-13/+29
* Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-291-2/+0
* Indent fixlloyd2009-10-261-1/+1
* Remove all exception specifications. The way these are designed in C++ islloyd2009-10-224-12/+12
* Remove add blocks from hash function info.txt fileslloyd2009-09-291-9/+0
* Many source files included bit_ops.h when what was really desired waslloyd2009-05-132-2/+2
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-304-84/+92
* Do a minor optimization in some of the compression functions, loadinglloyd2008-11-232-97/+107
* I had not anticipated this being really worthwhile, but it turns outlloyd2008-11-234-146/+186
* Wrap lines to 80 columnslloyd2008-10-281-1/+4
* Rename SHA-{384,512} base class SHA_64_BASE to SHA_384_512_BASE. Rename SHA_2...lloyd2008-10-104-22/+23
* Add SHA-224 from InSiTo, written and (C) by FlexSecure GmbHlloyd2008-10-086-45/+94
* Rename all modinfo.txt files to info.txt, since they are all (none) oflloyd2008-09-291-0/+0
* Make mdx_hash also a module, which most of the hash functions depend on.lloyd2008-09-281-0/+4
* Move all modules into src/ directorylloyd2008-09-285-0/+421