aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* add benchmark programMattias Andrée2014-11-051-0/+152
* update the test for the last commitMattias Andrée2014-11-051-13/+6
* m improvement: make msg in libkeccak_digest constMattias Andrée2014-11-052-7/+5
* test.c does not need its own directoryMattias Andrée2014-11-051-0/+0
* mMattias Andrée2014-11-0513-40/+40
* m docMattias Andrée2014-11-051-0/+7
* add test for fileMattias Andrée2014-11-051-1/+61
* test squeeze functionsMattias Andrée2014-11-051-3/+105
* add libkeccak_state_resetMattias Andrée2014-11-051-0/+14
* add test for libkeccak_updateMattias Andrée2014-11-051-6/+110
* mMattias Andrée2014-11-051-24/+24
* test casesMattias Andrée2014-11-051-6/+101
* fix bugsMattias Andrée2014-11-052-13/+20
* mMattias Andrée2014-11-051-1/+1
* mMattias Andrée2014-11-051-57/+57
* add sha3 test cases, they failedMattias Andrée2014-11-051-0/+78
* test state + m doc fix + m fixMattias Andrée2014-11-052-5/+62
* maybe-initialised warning on -O3 in generalised-specMattias Andrée2014-11-051-13/+26
* beginning of testMattias Andrée2014-11-051-0/+97
* add and fix more warningsMattias Andrée2014-11-046-55/+46
* mMattias Andrée2014-11-041-2/+2
* begin makefile + fix warnings and errorsMattias Andrée2014-11-0410-50/+58
* add files.oMattias Andrée2014-11-043-0/+193
* add generalised-specMattias Andrée2014-11-043-0/+278
* forgot const qualifierMattias Andrée2014-11-041-1/+1
* check that the state size is a multiple of 25Mattias Andrée2014-11-041-3/+10
* error checking for libkeccak_spec_tMattias Andrée2014-11-041-0/+52
* specs for sha3, rawshake and shakeMattias Andrée2014-11-041-1/+60
* mMattias Andrée2014-11-041-3/+3
* remove dead codeMattias Andrée2014-11-041-1/+0
* mMattias Andrée2014-11-041-4/+4
* completion of digest.c, apart from testing and fixing insecuritiesMattias Andrée2014-11-041-14/+150
* work on the hashingMattias Andrée2014-11-043-45/+287
* m gitignore + implementation of squeezersMattias Andrée2014-11-042-4/+116
* mMattias Andrée2014-11-041-1/+1
* add hex.cMattias Andrée2014-11-041-0/+91
* add digest.h and hex.hMattias Andrée2014-11-044-1/+150
* mMattias Andrée2014-11-041-1/+1
* add state.cMattias Andrée2014-11-042-7/+214
* add spec.h, state.h and libkeccak.hMattias Andrée2014-11-043-0/+310