Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fairly huge update that replaces the old secmem types with std::vector | lloyd | 2012-05-18 | 2 | -3/+3 |
* | Merge fixups | lloyd | 2011-02-11 | 1 | -2/+2 |
* | Update Keccak to the round 3 variant announced 2011-01-17 | lloyd | 2011-01-20 | 2 | -9/+4 |
* | Avoid more VC warnings | lloyd | 2010-12-13 | 1 | -2/+5 |
* | Do the XOR a word at a time where possible which gets performance back | lloyd | 2010-12-13 | 1 | -0/+17 |
* | Fix Keccak message XOR, did not work on big-endian CPUs | lloyd | 2010-12-13 | 1 | -8/+12 |
* | Reset state on finalization | lloyd | 2010-12-11 | 1 | -3/+2 |
* | XOR the input directly into the state. Only slightly faster (about 5% | lloyd | 2010-12-11 | 2 | -19/+22 |
* | Single update for padding bytes | lloyd | 2010-12-11 | 1 | -4/+3 |
* | Add a simple but functioning implementation of Keccak. Only the | lloyd | 2010-12-10 | 3 | -0/+230 |