aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash/sha1_sse2/sha1_sse2.cpp
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-335/+0
* Fix building with --via-amalgamation; it wouldn't generate thelloyd2011-06-031-1/+10
* Remove most uses of HASH_BLOCK_SIZElloyd2010-10-131-1/+1
* Use size_t for BufferedComputation::add_datalloyd2010-10-121-2/+2
* Do the prep/unroll phase 4 rounds before it is needed instead of 3;lloyd2010-09-211-97/+92
* Clean up, hide union accesses with a macro to make it easier to testlloyd2010-09-211-40/+92
* Remove some C-style castslloyd2010-04-231-1/+1
* 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
* Cleanups - remove emails from source files, they should only live inlloyd2009-11-101-2/+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-291-6/+267
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-7/+9
* Revert change that added multiblock support to SSE2 SHA-1. Was causinglloyd2008-11-231-1/+5
* Dean Gaudet's original version of the SHA-1 SSE2 code supported multiplelloyd2008-11-231-5/+1
* I had not anticipated this being really worthwhile, but it turns outlloyd2008-11-231-2/+6
* Fix prototype confusion (harmless but incorrect)lloyd2008-09-301-3/+1
* Derive x86, x86-64, and SSE2 implementations of SHA-1 directly from SHA_160lloyd2008-09-291-24/+0
* Make asm implementations distinctly named objects, for instance MD5_IA32,lloyd2008-09-291-0/+44