| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |