aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash/hash.h
Commit message (Expand)AuthorAgeFilesLines
* Mass disable copy constructors and assignment on all algos until proven safe/...lloyd2010-11-041-3/+0
* Add new top-level algorithm which provides basic functionality: namelloyd2010-11-011-12/+3
* Remove BufferedComputation::OUTPUT_LENGTHlloyd2010-10-291-9/+1
* More size_t. Document changeslloyd2010-10-131-1/+1
* Remove HashFunction::HASH_BLOCK_SIZE entirelylloyd2010-10-131-14/+9
* Remove most uses of HASH_BLOCK_SIZElloyd2010-10-131-1/+6
* Replace "@return a blah" and "@return the blah" with just "@return blah"lloyd2010-06-161-1/+1
* More Doxygen commentslloyd2010-06-161-0/+5
* Use "/*" instead of "/**" in starting comments at the begining of a file.lloyd2010-06-071-1/+1
* Remove all exception specifications. The way these are designed in C++ islloyd2009-10-221-1/+1
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-0/+2
* Remove redundent includeslloyd2008-11-091-1/+0
* Move hash.h from src/core to src/hashlloyd2008-11-081-0/+51