Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up the SSE2 SHA-1 code quite a bit, make better use of C++ features | lloyd | 2009-10-29 | 1 | -302/+0 |
* | Small cleanups (remove tab characters, change macros to fit the rest of | lloyd | 2009-10-29 | 1 | -123/+121 |
* | Add 'Distributed under...' text to files missing it. Some format cleanups | lloyd | 2009-10-07 | 1 | -20/+9 |
* | Make some changes to the SSE2 implementation of SHA-1 for compatability with | lloyd | 2009-09-13 | 1 | -62/+46 |
* | Thomas Moschny passed along a request from the Fedora packagers which came | lloyd | 2009-03-30 | 1 | -7/+7 |
* | Wrap code and struct definitions internal to sha1_sse2_imp.cpp in an | lloyd | 2008-11-24 | 1 | -0/+4 |
* | Revert change that added multiblock support to SSE2 SHA-1. Was causing | lloyd | 2008-11-23 | 1 | -203/+177 |
* | Dean Gaudet's original version of the SHA-1 SSE2 code supported multiple | lloyd | 2008-11-23 | 1 | -177/+203 |
* | Fix prototype confusion (harmless but incorrect) | lloyd | 2008-09-30 | 1 | -2/+2 |
* | Make asm implementations distinctly named objects, for instance MD5_IA32, | lloyd | 2008-09-29 | 1 | -0/+327 |