aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash/sha2_64
Commit message (Collapse)AuthorAgeFilesLines
* Maintainer mode warning cleanups, mostly for C style casts which Illoyd2011-04-181-0/+4
| | | | added to the flags here.
* Indentlloyd2011-03-211-6/+6
|
* Use the same mesasge expansion trick in SHA-512. Performance onlloyd2011-03-132-119/+121
| | | | an i7-860 goes from 197 MiB/s to 256 - a 30% improvement!
* Remove BufferedComputation::OUTPUT_LENGTHlloyd2010-10-291-4/+9
|
* Use output_length() instead of OUTPUT_LENGTH pseudo-propertylloyd2010-10-131-2/+2
|
* Use size_t for BufferedComputation::add_datalloyd2010-10-122-11/+11
|
* Split SHA-2 into 32 and 64 bit versions; they are totally independentlloyd2010-09-303-0/+295
of each other anyway.