aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash/sha1_amd64/sha1_amd64.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove most uses of HASH_BLOCK_SIZElloyd2010-10-131-1/+1
* Use size_t for BufferedComputation::add_datalloyd2010-10-121-2/+2
* Remove more uses of vector to pointer implicit conversionslloyd2010-09-131-1/+1
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-7/+9
* I had not anticipated this being really worthwhile, but it turns outlloyd2008-11-231-2/+6
* 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/+49