| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Do a minor optimization in some of the compression functions, loading | lloyd | 2008-11-23 | 7 | -121/+145 |
* | Update SHA1_IA32 to use compress_n | lloyd | 2008-11-23 | 1 | -2/+6 |
* | I had not anticipated this being really worthwhile, but it turns out | lloyd | 2008-11-23 | 33 | -746/+876 |
* | Enable SSE2 SHA-1 on Intel Prescott CPUs | lloyd | 2008-11-17 | 1 | -0/+1 |
* | Split asm_engine into three engines (ia32, amd64, sse2). This allows | lloyd | 2008-11-11 | 1 | -0/+2 |
* | Remove redundent includes | lloyd | 2008-11-09 | 1 | -1/+0 |
* | Remove lookup from parallel hash construction | lloyd | 2008-11-08 | 2 | -15/+15 |
* | Split base.h into block_cipher.h and stream_cipher.h | lloyd | 2008-11-08 | 1 | -0/+11 |
* | Move hash.h from src/core to src/hash | lloyd | 2008-11-08 | 1 | -0/+51 |
* | Move BufferedComputation to new buf_comp.{h,cpp} | lloyd | 2008-11-08 | 2 | -0/+2 |
* | Move the declaration of the HashFunction base class to a new header hash.h | lloyd | 2008-11-08 | 2 | -2/+2 |
* | Disable x86-64 SHA-1 asm for FreeBSD. FreeBSD 7.0 at least did not like | lloyd | 2008-11-04 | 1 | -1/+0 |
* | 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 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 |
* | Add SHA-224 from InSiTo, written and (C) by FlexSecure GmbH | lloyd | 2008-10-08 | 6 | -45/+94 |
* | Fix prototype confusion (harmless but incorrect) | lloyd | 2008-09-30 | 3 | -5/+5 |
* | Rewrite part of the module loading code in configure.pl, now dependencies | lloyd | 2008-09-30 | 1 | -1/+1 |
* | Derive x86, x86-64, and SSE2 implementations of SHA-1 directly from SHA_160 | lloyd | 2008-09-29 | 11 | -106/+27 |
* | Derive the x86 assembly implementations of MD4, MD5, and Serpent from | lloyd | 2008-09-29 | 7 | -66/+7 |
* | Make asm implementations distinctly named objects, for instance MD5_IA32, | lloyd | 2008-09-29 | 21 | -144/+289 |
* | 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 | 4 | -0/+101 |
* | Normalize asm names | lloyd | 2008-09-29 | 7 | -13/+13 |
* | Rename all modinfo.txt files to info.txt, since they are all (none) of | lloyd | 2008-09-29 | 15 | -0/+0 |
* | Add deps, missing includes, etc | lloyd | 2008-09-29 | 1 | -1/+1 |
* | Move allocator code to secalloc/allocators module | lloyd | 2008-09-28 | 3 | -0/+145 |
* | Modularize IF family PK algorithms (integer factorization; RSA and RW base | lloyd | 2008-09-28 | 2 | -0/+37 |
* | Split up asm modules into appropriate (topic-specific) modules, eg | lloyd | 2008-09-28 | 8 | -0/+989 |
* | Make mdx_hash also a module, which most of the hash functions depend on. | lloyd | 2008-09-28 | 16 | -0/+612 |
* | Move all modules into src/ directory | lloyd | 2008-09-28 | 37 | -0/+3193 |