aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* mMattias Andrée2014-11-121-2/+0
* mMattias Andrée2014-11-122-2/+1
* minor optsMattias Andrée2014-11-121-4/+2
* whitespaceMattias Andrée2014-11-121-2/+2
* benchmark with cpu-timeMattias Andrée2014-11-121-2/+2
* add secure variants of update and digestMattias Andrée2014-11-125-15/+193
* add another testMattias Andrée2014-11-111-0/+8
* fix bug in libkeccak_squeezing_phaseMattias Andrée2014-11-111-1/+1
* mMattias Andrée2014-11-111-1/+1
* bug fixed, but found that large outputs does not work correctlyMattias Andrée2014-11-112-7/+39
* something seems to be wrong in libkeccak_f_round (not libkeccak_f_round64), but I have not figured out whatMattias Andrée2014-11-073-7/+41
* check that word size is a multiple of 8Mattias Andrée2014-11-071-4/+12
* mMattias Andrée2014-11-071-1/+1
* add check for that the word size is 2-potentMattias Andrée2014-11-071-2/+19
* small optimisations to libkeccak_pad10star1Mattias Andrée2014-11-071-8/+7
* more optimisationMattias Andrée2014-11-071-10/+7
* mMattias Andrée2014-11-071-2/+3
* m + optimisationsMattias Andrée2014-11-071-22/+21
* optimise libkeccak_squeezing_phaseMattias Andrée2014-11-071-6/+9
* more manual optimisationsMattias Andrée2014-11-062-14/+10
* mMattias Andrée2014-11-061-1/+1
* some manual optimisationsMattias Andrée2014-11-061-14/+26
* mMattias Andrée2014-11-061-1/+1
* whoopsMattias Andrée2014-11-061-1/+1
* add todoMattias Andrée2014-11-061-0/+1
* fix bugMattias Andrée2014-11-061-4/+5
* improved optimisationMattias Andrée2014-11-061-1/+1
* mMattias Andrée2014-11-061-3/+13
* remove gcov flagsMattias Andrée2014-11-061-1/+0
* derpMattias Andrée2014-11-051-4/+3
* m + benchmark-flagsMattias Andrée2014-11-052-0/+126
* make it possible to select file to benchmark overMattias Andrée2014-11-051-3/+10
* 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