aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash/keccak/keccak.h
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-47/+0
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-1/+1
* Update Keccak to the round 3 variant announced 2011-01-17lloyd2011-01-201-1/+0
* XOR the input directly into the state. Only slightly faster (about 5%lloyd2010-12-111-2/+6
* Add a simple but functioning implementation of Keccak. Only thelloyd2010-12-101-0/+44