| Commit message (Expand) | Author | Age | Files | Lines |
* | For the SHA-2 classes, don't use inheritence to share a handful of | lloyd | 2010-06-28 | 4 | -85/+106 |
* | More Doxygen comments | lloyd | 2010-06-16 | 2 | -0/+7 |
* | More Doxygen updates/fixes | lloyd | 2010-06-15 | 2 | -8/+8 |
* | Remove SecureBuffer, which is the fixed-size variant of SecureVector. | lloyd | 2010-03-23 | 2 | -4/+4 |
* | Un-internal loadstor.h (and its header deps, rotate.h and | lloyd | 2009-12-21 | 2 | -4/+4 |
* | Make many more headers internal-only. | lloyd | 2009-12-16 | 2 | -4/+4 |
* | Slightly cleaner SHA-256 F1 func; ~1% faster | lloyd | 2009-11-10 | 1 | -3/+3 |
* | Conver the rest of the hash functions to use the array-based load instructions. | lloyd | 2009-11-03 | 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 | 2 | -13/+29 |
* | Remove the 'realname' attribute on all modules and cc/cpu/os info files. | lloyd | 2009-10-29 | 1 | -2/+0 |
* | 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 | 4 | -12/+12 |
* | Remove add blocks from hash function info.txt files | lloyd | 2009-09-29 | 1 | -9/+0 |
* | Many source files included bit_ops.h when what was really desired was | lloyd | 2009-05-13 | 2 | -2/+2 |
* | Thomas Moschny passed along a request from the Fedora packagers which came | lloyd | 2009-03-30 | 4 | -84/+92 |
* | Do a minor optimization in some of the compression functions, loading | lloyd | 2008-11-23 | 2 | -97/+107 |
* | I had not anticipated this being really worthwhile, but it turns out | lloyd | 2008-11-23 | 4 | -146/+186 |
* | Wrap lines to 80 columns | lloyd | 2008-10-28 | 1 | -1/+4 |
* | Rename SHA-{384,512} base class SHA_64_BASE to SHA_384_512_BASE. Rename SHA_2... | lloyd | 2008-10-10 | 4 | -22/+23 |
* | Add SHA-224 from InSiTo, written and (C) by FlexSecure GmbH | lloyd | 2008-10-08 | 6 | -45/+94 |
* | Rename all modinfo.txt files to info.txt, since they are all (none) of | lloyd | 2008-09-29 | 1 | -0/+0 |
* | Make mdx_hash also a module, which most of the hash functions depend on. | lloyd | 2008-09-28 | 1 | -0/+4 |
* | Move all modules into src/ directory | lloyd | 2008-09-28 | 5 | -0/+421 |