aboutsummaryrefslogtreecommitdiffstats
path: root/src/libkeccak.h (unfollow)
Commit message (Expand)AuthorFilesLines
2014-11-05m + benchmark-flagsMattias Andrée3-55/+127
2014-11-05make it possible to select file to benchmark overMattias Andrée1-3/+10
2014-11-05add benchmark programMattias Andrée2-1/+165
2014-11-05update the test for the last commitMattias Andrée1-13/+6
2014-11-05m improvement: make msg in libkeccak_digest constMattias Andrée2-7/+5
2014-11-05test.c does not need its own directoryMattias Andrée2-5/+4
2014-11-05isolate optimisation to the libraryMattias Andrée1-7/+7
2014-11-05mMattias Andrée14-43/+43
2014-11-05m docMattias Andrée1-0/+7
2014-11-05add test for fileMattias Andrée1-1/+61
2014-11-05test squeeze functionsMattias Andrée1-3/+105
2014-11-05add libkeccak_state_resetMattias Andrée1-0/+14
2014-11-05prepare check rule for the test reading the license fileMattias Andrée1-0/+3
2014-11-05add test for libkeccak_updateMattias Andrée1-6/+110
2014-11-05add check rule to the makefileMattias Andrée1-0/+8
2014-11-05mMattias Andrée1-24/+24
2014-11-05test casesMattias Andrée1-6/+101
2014-11-05fix bugsMattias Andrée2-13/+20
2014-11-05mMattias Andrée1-1/+1
2014-11-05mMattias Andrée1-57/+57
2014-11-05add sha3 test cases, they failedMattias Andrée1-0/+78
2014-11-05test state + m doc fix + m fixMattias Andrée2-5/+62
2014-11-05some preparation for selecting optimisationMattias Andrée1-79/+58
2014-11-05maybe-initialised warning on -O3 in generalised-specMattias Andrée2-14/+28
2014-11-05mMattias Andrée1-1/+1
2014-11-05beginning of testMattias Andrée2-3/+113
2014-11-04add *.test to gitignore so it can be used for your test filesMattias Andrée1-0/+1
2014-11-04compile so fileMattias Andrée1-2/+25
2014-11-04list optimisation flags to try out (not filtered, contains all defined by gcc)Mattias Andrée1-0/+84
2014-11-04add and fix more warningsMattias Andrée7-56/+62
2014-11-04mMattias Andrée1-2/+2
2014-11-04begin makefile + fix warnings and errorsMattias Andrée11-50/+71
2014-11-04add files.oMattias Andrée3-0/+193
2014-11-04add generalised-specMattias Andrée3-0/+278
2014-11-04forgot const qualifierMattias Andrée1-1/+1
2014-11-04check that the state size is a multiple of 25Mattias Andrée1-3/+10
2014-11-04error checking for libkeccak_spec_tMattias Andrée1-0/+52
2014-11-04specs for sha3, rawshake and shakeMattias Andrée1-1/+60
2014-11-04mMattias Andrée1-3/+3
2014-11-04remove dead codeMattias Andrée1-1/+0
2014-11-04mMattias Andrée1-4/+4
2014-11-04completion of digest.c, apart from testing and fixing insecuritiesMattias Andrée1-14/+150
2014-11-04work on the hashingMattias Andrée3-45/+287
2014-11-04m gitignore + implementation of squeezersMattias Andrée3-4/+117
2014-11-04mMattias Andrée1-1/+1