aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash/sha1_ia32
Commit message (Expand)AuthorAgeFilesLines
* Rename all references of ia32 to x86-32 and amd64 to x86-64.lloyd2011-04-224-318/+0
* My workaround for gcc pr 44174 caused cpuid support to be silentlylloyd2011-04-181-2/+2
* Remove most uses of HASH_BLOCK_SIZElloyd2010-10-131-1/+1
* Use size_t for BufferedComputation::add_datalloyd2010-10-122-3/+3
* Make configure output more sensible wrt incompatible moduleslloyd2010-09-281-0/+4
* Remove more uses of vector to pointer implicit conversionslloyd2010-09-131-1/+1
* Also allow clang with 32-bit assembly code, everything seems to worklloyd2010-08-081-19/+0
* More Doxygen updates/fixeslloyd2010-06-151-2/+2
* 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
* Full working amalgamation build, plus internal-only headers concept.lloyd2009-12-161-1/+1
* Instead of having two asm_macr.h files being switched in based on modulelloyd2009-11-141-1/+1
* Cleanups - remove emails from source files, they should only live inlloyd2009-11-101-1/+1
* Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-291-2/+0
* Remove add blocks from hash function info.txt fileslloyd2009-09-291-6/+0
* Add 'Distributed under the terms of the Botan license' notices to the .Slloyd2009-08-111-4/+6
* Add support for Dragonfly BSD (a fork of FreeBSD).lloyd2009-07-251-0/+1
* Add a script that reads the output of print_deps.py and rewriteslloyd2009-07-151-7/+5
* Some modules using asm were not marked with 'load_on asm_ok'; fixlloyd2009-07-071-1/+1
* CPU-specific engines are now only loaded if something depends on them,lloyd2009-07-071-0/+1
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-302-14/+18
* Update SHA1_IA32 to use compress_nlloyd2008-11-231-2/+6
* I had not anticipated this being really worthwhile, but it turns outlloyd2008-11-231-1/+1
* Derive x86, x86-64, and SSE2 implementations of SHA-1 directly from SHA_160lloyd2008-09-293-35/+5
* Make asm implementations distinctly named objects, for instance MD5_IA32,lloyd2008-09-294-24/+59
* Add info.txt files for asm hash moduleslloyd2008-09-291-0/+33
* Normalize asm nameslloyd2008-09-291-2/+2
* Split up asm modules into appropriate (topic-specific) modules, eglloyd2008-09-282-0/+294