aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash/sha1_ia32/sha1_ia32.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
* Move the get_byte template to its own header, because many fileslloyd2010-02-021-1/+0
* 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
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-7/+9
* Update SHA1_IA32 to use compress_nlloyd2008-11-231-2/+6
* Derive x86, x86-64, and SSE2 implementations of SHA-1 directly from SHA_160lloyd2008-09-291-23/+0
* Make asm implementations distinctly named objects, for instance MD5_IA32,lloyd2008-09-291-0/+49