aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash/sha1_sse2/sha1_sse2_imp.cpp
Commit message (Expand)AuthorAgeFilesLines
* Clean up the SSE2 SHA-1 code quite a bit, make better use of C++ featureslloyd2009-10-291-302/+0
* Small cleanups (remove tab characters, change macros to fit the rest oflloyd2009-10-291-123/+121
* Add 'Distributed under...' text to files missing it. Some format cleanupslloyd2009-10-071-20/+9
* Make some changes to the SSE2 implementation of SHA-1 for compatability withlloyd2009-09-131-62/+46
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-7/+7
* 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