aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash
Commit message (Expand)AuthorAgeFilesLines
* Rename SHA-{384,512} base class SHA_64_BASE to SHA_384_512_BASE. Rename SHA_2...lloyd2008-10-104-22/+23
* Add BOTAN_DLL macro to public class definitions that were missing it.lloyd2008-10-091-1/+1
* Fix copyright noticeslloyd2008-10-091-1/+1
* Add SHA-224 from InSiTo, written and (C) by FlexSecure GmbHlloyd2008-10-086-45/+94
* Fix prototype confusion (harmless but incorrect)lloyd2008-09-303-5/+5
* Rewrite part of the module loading code in configure.pl, now dependencieslloyd2008-09-301-1/+1
* Derive x86, x86-64, and SSE2 implementations of SHA-1 directly from SHA_160lloyd2008-09-2911-106/+27
* Derive the x86 assembly implementations of MD4, MD5, and Serpent fromlloyd2008-09-297-66/+7
* Make asm implementations distinctly named objects, for instance MD5_IA32,lloyd2008-09-2921-144/+289
* propagate from branch 'net.randombit.botan' (head ca7d7fc1ae6b55c5328c9cf1ec1...lloyd2008-09-291-0/+1
* Add info.txt files for asm hash moduleslloyd2008-09-294-0/+101
* Normalize asm nameslloyd2008-09-297-13/+13
* Rename all modinfo.txt files to info.txt, since they are all (none) oflloyd2008-09-2915-0/+0
* Add deps, missing includes, etclloyd2008-09-291-1/+1
* Move allocator code to secalloc/allocators modulelloyd2008-09-283-0/+145
* Modularize IF family PK algorithms (integer factorization; RSA and RW baselloyd2008-09-282-0/+37
* Split up asm modules into appropriate (topic-specific) modules, eglloyd2008-09-288-0/+989
* Make mdx_hash also a module, which most of the hash functions depend on.lloyd2008-09-2816-0/+612
* Move all modules into src/ directorylloyd2008-09-2837-0/+3193