aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash/keccak
Commit message (Expand)AuthorAgeFilesLines
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-182-3/+3
* Merge fixupslloyd2011-02-111-2/+2
* Update Keccak to the round 3 variant announced 2011-01-17lloyd2011-01-202-9/+4
* Avoid more VC warningslloyd2010-12-131-2/+5
* Do the XOR a word at a time where possible which gets performance backlloyd2010-12-131-0/+17
* Fix Keccak message XOR, did not work on big-endian CPUslloyd2010-12-131-8/+12
* Reset state on finalizationlloyd2010-12-111-3/+2
* XOR the input directly into the state. Only slightly faster (about 5%lloyd2010-12-112-19/+22
* Single update for padding byteslloyd2010-12-111-4/+3
* Add a simple but functioning implementation of Keccak. Only thelloyd2010-12-103-0/+230