aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash/sha1_sse2/sha1_sse2_imp.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-231-203/+177
* Dean Gaudet's original version of the SHA-1 SSE2 code supported multiplelloyd2008-11-231-177/+203
* Fix prototype confusion (harmless but incorrect)lloyd2008-09-301-2/+2
* Make asm implementations distinctly named objects, for instance MD5_IA32,lloyd2008-09-291-0/+327