aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash/sha2/sha2_32.h
Commit message (Expand)AuthorAgeFilesLines
* Split SHA-2 into 32 and 64 bit versions; they are totally independentlloyd2010-09-301-56/+0
* Completely remove the second parameter to SecureVector which specifieslloyd2010-09-141-6/+8
* For the SHA-2 classes, don't use inheritence to share a handful oflloyd2010-06-281-28/+19
* More Doxygen commentslloyd2010-06-161-0/+4
* More Doxygen updates/fixeslloyd2010-06-151-4/+4
* Remove SecureBuffer, which is the fixed-size variant of SecureVector.lloyd2010-03-231-2/+2
* Remove all exception specifications. The way these are designed in C++ islloyd2009-10-221-3/+3
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-14/+16
* I had not anticipated this being really worthwhile, but it turns outlloyd2008-11-231-1/+1
* Rename SHA-{384,512} base class SHA_64_BASE to SHA_384_512_BASE. Rename SHA_2...lloyd2008-10-101-6/+6
* Add SHA-224 from InSiTo, written and (C) by FlexSecure GmbHlloyd2008-10-081-0/+57