| Commit message (Expand) | Author | Age | Files | Lines |
* | Un-internal loadstor.h (and its header deps, rotate.h and | lloyd | 2009-12-21 | 1 | -1/+1 |
* | Make many more headers internal-only. | lloyd | 2009-12-16 | 1 | -1/+1 |
* | Remove extern decl of no longer used/included SHA-1 SSE2 function | lloyd | 2009-11-23 | 1 | -2/+0 |
* | Cleanups - remove emails from source files, they should only live in | lloyd | 2009-11-10 | 1 | -2/+2 |
* | Add a new need_isa marker for info.txt that lets a module depend | lloyd | 2009-11-06 | 1 | -13/+2 |
* | Clean up prep00_15 - same speed on Core2 | lloyd | 2009-10-29 | 1 | -16/+10 |
* | Clean up the SSE2 SHA-1 code quite a bit, make better use of C++ features | lloyd | 2009-10-29 | 2 | -308/+267 |
* | Small cleanups (remove tab characters, change macros to fit the rest of | lloyd | 2009-10-29 | 1 | -123/+121 |
* | propagate from branch 'net.randombit.botan' (head 8fb69dd1c599ada1008c4cab2a6... | lloyd | 2009-10-29 | 1 | -1/+14 |
|\ |
|
| * | Rename SSE2 stuff to be generally SIMD since it supports at least SSE2 | lloyd | 2009-10-29 | 1 | -1/+14 |
* | | Remove the 'realname' attribute on all modules and cc/cpu/os info files. | lloyd | 2009-10-29 | 1 | -2/+0 |
|/ |
|
* | Add 'Distributed under...' text to files missing it. Some format cleanups | lloyd | 2009-10-07 | 1 | -20/+9 |
* | Remove add blocks from hash function info.txt files | lloyd | 2009-09-29 | 1 | -8/+0 |
* | Make some changes to the SSE2 implementation of SHA-1 for compatability with | lloyd | 2009-09-13 | 1 | -62/+46 |
* | Instead of each SSE2 implementation specifying which compilers + CPUs it | lloyd | 2009-08-27 | 1 | -12/+0 |
* | Correct some errors in the automatically generated dependencies. | lloyd | 2009-07-16 | 1 | -0/+1 |
* | Add a script that reads the output of print_deps.py and rewrites | lloyd | 2009-07-15 | 1 | -6/+4 |
* | CPU-specific engines are now only loaded if something depends on them, | lloyd | 2009-07-07 | 1 | -0/+1 |
* | Thomas Moschny passed along a request from the Fedora packagers which came | lloyd | 2009-03-30 | 3 | -21/+25 |
* | Wrap code and struct definitions internal to sha1_sse2_imp.cpp in an | lloyd | 2008-11-24 | 1 | -0/+4 |
* | Revert change that added multiblock support to SSE2 SHA-1. Was causing | lloyd | 2008-11-23 | 3 | -206/+183 |
* | Dean Gaudet's original version of the SHA-1 SSE2 code supported multiple | lloyd | 2008-11-23 | 3 | -183/+206 |
* | I had not anticipated this being really worthwhile, but it turns out | lloyd | 2008-11-23 | 2 | -3/+7 |
* | Enable SSE2 SHA-1 on Intel Prescott CPUs | lloyd | 2008-11-17 | 1 | -0/+1 |
* | Add BOTAN_DLL macro to public class definitions that were missing it. | lloyd | 2008-10-09 | 1 | -1/+1 |
* | Fix copyright notices | lloyd | 2008-10-09 | 1 | -1/+1 |
* | Fix prototype confusion (harmless but incorrect) | lloyd | 2008-09-30 | 3 | -5/+5 |
* | Derive x86, x86-64, and SSE2 implementations of SHA-1 directly from SHA_160 | lloyd | 2008-09-29 | 3 | -34/+4 |
* | Make asm implementations distinctly named objects, for instance MD5_IA32, | lloyd | 2008-09-29 | 4 | -27/+25 |
* | propagate from branch 'net.randombit.botan' (head ca7d7fc1ae6b55c5328c9cf1ec1... | lloyd | 2008-09-29 | 1 | -0/+1 |
* | Add info.txt files for asm hash modules | lloyd | 2008-09-29 | 1 | -0/+2 |
* | 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 | 4 | -0/+430 |