aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash/sha2/sha2_64.cpp
Commit message (Expand)AuthorAgeFilesLines
* Split SHA-2 into 32 and 64 bit versions; they are totally independentlloyd2010-09-301-236/+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-15/+35
* 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
* Conver the rest of the hash functions to use the array-based load instructions.lloyd2009-11-031-3/+3
* Unroll the expansion loop in both SHA-2 implementations by 8. On a Core2,lloyd2009-10-291-3/+11
* 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-28/+30
* Do a minor optimization in some of the compression functions, loadinglloyd2008-11-231-90/+95
* I had not anticipated this being really worthwhile, but it turns outlloyd2008-11-231-96/+100
* Rename SHA-{384,512} base class SHA_64_BASE to SHA_384_512_BASE. Rename SHA_2...lloyd2008-10-101-5/+5
* Add SHA-224 from InSiTo, written and (C) by FlexSecure GmbHlloyd2008-10-081-0/+197