aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash/sha1_sse2
Commit message (Expand)AuthorAgeFilesLines
* Add a script that reads the output of print_deps.py and rewriteslloyd2009-07-151-6/+4
* CPU-specific engines are now only loaded if something depends on them,lloyd2009-07-071-0/+1
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-303-21/+25
* Wrap code and struct definitions internal to sha1_sse2_imp.cpp in anlloyd2008-11-241-0/+4
* Revert change that added multiblock support to SSE2 SHA-1. Was causinglloyd2008-11-233-206/+183
* Dean Gaudet's original version of the SHA-1 SSE2 code supported multiplelloyd2008-11-233-183/+206
* I had not anticipated this being really worthwhile, but it turns outlloyd2008-11-232-3/+7
* Enable SSE2 SHA-1 on Intel Prescott CPUslloyd2008-11-171-0/+1
* Add BOTAN_DLL macro to public class definitions that were missing it.lloyd2008-10-091-1/+1
* Fix copyright noticeslloyd2008-10-091-1/+1
* Fix prototype confusion (harmless but incorrect)lloyd2008-09-303-5/+5
* Derive x86, x86-64, and SSE2 implementations of SHA-1 directly from SHA_160lloyd2008-09-293-34/+4
* Make asm implementations distinctly named objects, for instance MD5_IA32,lloyd2008-09-294-27/+25
* propagate from branch 'net.randombit.botan' (head ca7d7fc1ae6b55c5328c9cf1ec1...lloyd2008-09-291-0/+1
* Add info.txt files for asm hash moduleslloyd2008-09-291-0/+2
* Rename all modinfo.txt files to info.txt, since they are all (none) oflloyd2008-09-291-0/+0
* Make mdx_hash also a module, which most of the hash functions depend on.lloyd2008-09-284-0/+430