aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash/sha1_sse2
Commit message (Expand)AuthorAgeFilesLines
* Un-internal loadstor.h (and its header deps, rotate.h andlloyd2009-12-211-1/+1
* Make many more headers internal-only.lloyd2009-12-161-1/+1
* Remove extern decl of no longer used/included SHA-1 SSE2 functionlloyd2009-11-231-2/+0
* Cleanups - remove emails from source files, they should only live inlloyd2009-11-101-2/+2
* Add a new need_isa marker for info.txt that lets a module dependlloyd2009-11-061-13/+2
* Clean up prep00_15 - same speed on Core2lloyd2009-10-291-16/+10
* Clean up the SSE2 SHA-1 code quite a bit, make better use of C++ featureslloyd2009-10-292-308/+267
* Small cleanups (remove tab characters, change macros to fit the rest oflloyd2009-10-291-123/+121
* propagate from branch 'net.randombit.botan' (head 8fb69dd1c599ada1008c4cab2a6...lloyd2009-10-291-1/+14
|\
| * Rename SSE2 stuff to be generally SIMD since it supports at least SSE2lloyd2009-10-291-1/+14
* | Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-291-2/+0
|/
* Add 'Distributed under...' text to files missing it. Some format cleanupslloyd2009-10-071-20/+9
* Remove add blocks from hash function info.txt fileslloyd2009-09-291-8/+0
* Make some changes to the SSE2 implementation of SHA-1 for compatability withlloyd2009-09-131-62/+46
* Instead of each SSE2 implementation specifying which compilers + CPUs itlloyd2009-08-271-12/+0
* Correct some errors in the automatically generated dependencies.lloyd2009-07-161-0/+1
* 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