| Commit message (Expand) | Author | Age | Files | Lines |
* | Split SHA-2 into 32 and 64 bit versions; they are totally independent | lloyd | 2010-09-30 | 1 | -229/+0 |
* | Anywhere where we use MemoryRegion::begin to get access to the raw pointer | lloyd | 2010-09-13 | 1 | -1/+1 |
* | Big, invasive but mostly automated change, with a further attempt at | lloyd | 2010-09-07 | 1 | -2/+2 |
* | For the SHA-2 classes, don't use inheritence to share a handful of | lloyd | 2010-06-28 | 1 | -16/+36 |
* | Un-internal loadstor.h (and its header deps, rotate.h and | lloyd | 2009-12-21 | 1 | -2/+2 |
* | Make many more headers internal-only. | lloyd | 2009-12-16 | 1 | -2/+2 |
* | Slightly cleaner SHA-256 F1 func; ~1% faster | lloyd | 2009-11-10 | 1 | -3/+3 |
* | Add a new looping load_be / load_le for loading large arrays at once, and | lloyd | 2009-10-29 | 1 | -11/+19 |
* | Unroll the expansion loop in both SHA-2 implementations by 8. On a Core2, | lloyd | 2009-10-29 | 1 | -10/+18 |
* | Indent fix | lloyd | 2009-10-26 | 1 | -1/+1 |
* | Remove all exception specifications. The way these are designed in C++ is | lloyd | 2009-10-22 | 1 | -3/+3 |
* | Many source files included bit_ops.h when what was really desired was | lloyd | 2009-05-13 | 1 | -1/+1 |
* | Thomas Moschny passed along a request from the Fedora packagers which came | lloyd | 2009-03-30 | 1 | -29/+31 |
* | Do a minor optimization in some of the compression functions, loading | lloyd | 2008-11-23 | 1 | -7/+12 |
* | I had not anticipated this being really worthwhile, but it turns out | lloyd | 2008-11-23 | 1 | -48/+84 |
* | Rename SHA-{384,512} base class SHA_64_BASE to SHA_384_512_BASE. Rename SHA_2... | lloyd | 2008-10-10 | 1 | -5/+6 |
* | Add SHA-224 from InSiTo, written and (C) by FlexSecure GmbH | lloyd | 2008-10-08 | 1 | -0/+149 |