aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash/sha1/sha160.cpp
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-161/+0
* Fix building with --via-amalgamation; it wouldn't generate thelloyd2011-06-031-1/+7
* Remove BufferedComputation::OUTPUT_LENGTHlloyd2010-10-291-18/+0
* Remove most uses of HASH_BLOCK_SIZElloyd2010-10-131-1/+1
* Use output_length() instead of OUTPUT_LENGTH pseudo-propertylloyd2010-10-131-1/+1
* Use size_t for BufferedComputation::add_datalloyd2010-10-121-5/+5
* Completely remove the second parameter to SecureVector which specifieslloyd2010-09-141-2/+2
* Anywhere where we use MemoryRegion::begin to get access to the raw pointerlloyd2010-09-131-1/+1
* Big, invasive but mostly automated change, with a further attempt atlloyd2010-09-071-1/+1
* s/j/i/ in looplloyd2010-01-211-2/+2
* Un-internal loadstor.h (and its header deps, rotate.h andlloyd2009-12-211-2/+2
* Make many more headers internal-only.lloyd2009-12-161-2/+2
* Add a new looping load_be / load_le for loading large arrays at once, andlloyd2009-10-291-8/+3
* propagate from branch 'net.randombit.botan' (head 4fd7eb9630271d3c1dfed21987e...lloyd2009-10-291-31/+43
|\
| * Format for easier readinglloyd2009-10-291-31/+43
* | Unroll SHA-1's expansion loop from x4 to x8; ~7% faster on Core2lloyd2009-10-291-1/+5
|/
* Remove all exception specifications. The way these are designed in C++ islloyd2009-10-221-1/+1
* Many source files included bit_ops.h when what was really desired waslloyd2009-05-131-1/+1
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-31/+33
* Do a minor optimization in some of the compression functions, loadinglloyd2008-11-231-5/+8
* I had not anticipated this being really worthwhile, but it turns outlloyd2008-11-231-52/+56
* Derive x86, x86-64, and SSE2 implementations of SHA-1 directly from SHA_160lloyd2008-09-291-1/+11
* Move all modules into src/ directorylloyd2008-09-281-0/+143