aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash/gost_3411
Commit message (Expand)AuthorAgeFilesLines
* Avoid more VC warningslloyd2010-12-131-1/+1
* Remove BufferedComputation::OUTPUT_LENGTHlloyd2010-10-292-3/+3
* Remove HashFunction::HASH_BLOCK_SIZE entirelylloyd2010-10-132-1/+3
* Remove most uses of HASH_BLOCK_SIZElloyd2010-10-131-6/+6
* More size_tlloyd2010-10-131-1/+1
* Use size_t for BufferedComputation::add_datalloyd2010-10-122-9/+9
* Implicit conversionslloyd2010-09-141-7/+7
* Completely remove the second parameter to SecureVector which specifieslloyd2010-09-142-6/+7
* Anywhere where we use MemoryRegion::begin to get access to the raw pointerlloyd2010-09-131-3/+3
* Big, invasive but mostly automated change, with a further attempt atlloyd2010-09-071-2/+2
* More Doxygen updates/fixeslloyd2010-06-151-1/+1
* Use "/*" instead of "/**" in starting comments at the begining of a file.lloyd2010-06-071-1/+1
* Remove SecureBuffer, which is the fixed-size variant of SecureVector.lloyd2010-03-232-5/+5
* Line wraplloyd2010-03-021-6/+12
* Un-internal loadstor.h (and its header deps, rotate.h andlloyd2009-12-211-2/+2
* Make many more headers internal-only.lloyd2009-12-161-3/+3
* Conver the rest of the hash functions to use the array-based load instructions.lloyd2009-11-031-6/+2
* Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-291-2/+0
* Remove all exception specifications. The way these are designed in C++ islloyd2009-10-222-2/+2
* Add 'Distributed under...' text to files missing it. Some format cleanupslloyd2009-10-072-0/+4
* Remove add blocks from hash function info.txt fileslloyd2009-09-291-7/+0
* Add a script that analyzes the source and prints module dependencies.lloyd2009-07-151-0/+4
* Many source files included bit_ops.h when what was really desired waslloyd2009-05-131-1/+1
* Use S2 instead of x,y vars as temps for single iteration of psilloyd2009-04-101-4/+4
* Fully expand the linear recurence phi - about twice as fast on my Core2lloyd2009-04-081-77/+80
* Expand the first 12 iterations of phi, though more simplification is needed.lloyd2009-04-071-2/+58
* Add the GOST 34.11 hash function. Pretty slow, but functional.lloyd2009-04-073-0/+228