Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Conver the rest of the hash functions to use the array-based load instructions. | lloyd | 2009-11-03 | 1 | -3/+3 |
* | Unroll the expansion loop in both SHA-2 implementations by 8. On a Core2, | lloyd | 2009-10-29 | 1 | -3/+11 |
* | 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 | -28/+30 |
* | Do a minor optimization in some of the compression functions, loading | lloyd | 2008-11-23 | 1 | -90/+95 |
* | I had not anticipated this being really worthwhile, but it turns out | lloyd | 2008-11-23 | 1 | -96/+100 |
* | Rename SHA-{384,512} base class SHA_64_BASE to SHA_384_512_BASE. Rename SHA_2... | lloyd | 2008-10-10 | 1 | -5/+5 |
* | Add SHA-224 from InSiTo, written and (C) by FlexSecure GmbH | lloyd | 2008-10-08 | 1 | -0/+197 |