aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash/sha2/sha2_32.cpp
Commit message (Expand)AuthorAgeFilesLines
* Split SHA-2 into 32 and 64 bit versions; they are totally independentlloyd2010-09-301-229/+0
* Anywhere where we use MemoryRegion::begin to get access to the raw pointerlloyd2010-09-131-1/+1
* Big, invasive but mostly automated change, with a further attempt atlloyd2010-09-071-2/+2
* For the SHA-2 classes, don't use inheritence to share a handful oflloyd2010-06-281-16/+36
* Un-internal loadstor.h (and its header deps, rotate.h andlloyd2009-12-211-2/+2
* Make many more headers internal-only.lloyd2009-12-161-2/+2
* Slightly cleaner SHA-256 F1 func; ~1% fasterlloyd2009-11-101-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-291-10/+18
* Indent fixlloyd2009-10-261-1/+1
* Remove all exception specifications. The way these are designed in C++ islloyd2009-10-221-3/+3
* Many source files included bit_ops.h when what was really desired waslloyd2009-05-131-1/+1
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-29/+31
* Do a minor optimization in some of the compression functions, loadinglloyd2008-11-231-7/+12
* I had not anticipated this being really worthwhile, but it turns outlloyd2008-11-231-48/+84
* Rename SHA-{384,512} base class SHA_64_BASE to SHA_384_512_BASE. Rename SHA_2...lloyd2008-10-101-5/+6
* Add SHA-224 from InSiTo, written and (C) by FlexSecure GmbHlloyd2008-10-081-0/+149