Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-11-07 | add check for that the word size is 2-potent | Mattias Andrée | 1 | -2/+19 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-11-07 | small optimisations to libkeccak_pad10star1 | Mattias Andrée | 1 | -8/+7 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-11-07 | more optimisation | Mattias Andrée | 1 | -10/+7 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-11-07 | m | Mattias Andrée | 1 | -2/+3 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-11-07 | m + optimisations | Mattias Andrée | 1 | -22/+21 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-11-07 | optimise libkeccak_squeezing_phase | Mattias Andrée | 1 | -6/+9 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-11-06 | more manual optimisations | Mattias Andrée | 2 | -14/+10 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-11-06 | m | Mattias Andrée | 1 | -1/+1 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-11-06 | some manual optimisations | Mattias Andrée | 1 | -14/+26 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-11-06 | m | Mattias Andrée | 1 | -1/+1 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-11-06 | whoops | Mattias Andrée | 1 | -1/+1 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-11-06 | add todo | Mattias Andrée | 1 | -0/+1 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-11-06 | fix bug | Mattias Andrée | 1 | -4/+5 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-11-06 | add run-benchmark rule | Mattias Andrée | 1 | -0/+5 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-11-06 | m | Mattias Andrée | 1 | -2/+5 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-11-06 | improved optimisation | Mattias Andrée | 2 | -2/+2 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-11-06 | preliminary optimisation | Mattias Andrée | 1 | -1/+1 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-11-06 | m | Mattias Andrée | 1 | -3/+13 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-11-06 | remove gcov flags | Mattias Andrée | 1 | -1/+0 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-11-05 | derp | Mattias Andrée | 1 | -4/+3 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-11-05 | m + benchmark-flags | Mattias Andrée | 3 | -55/+127 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-11-05 | make it possible to select file to benchmark over | Mattias Andrée | 1 | -3/+10 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-11-05 | add benchmark program | Mattias Andrée | 2 | -1/+165 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-11-05 | update the test for the last commit | Mattias Andrée | 1 | -13/+6 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-11-05 | m improvement: make msg in libkeccak_digest const | Mattias Andrée | 2 | -7/+5 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-11-05 | test.c does not need its own directory | Mattias Andrée | 2 | -5/+4 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-11-05 | isolate optimisation to the library | Mattias Andrée | 1 | -7/+7 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-11-05 | m | Mattias Andrée | 14 | -43/+43 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-11-05 | m doc | Mattias Andrée | 1 | -0/+7 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-11-05 | add test for file | Mattias Andrée | 1 | -1/+61 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-11-05 | test squeeze functions | Mattias Andrée | 1 | -3/+105 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-11-05 | add libkeccak_state_reset | Mattias Andrée | 1 | -0/+14 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-11-05 | prepare check rule for the test reading the license file | Mattias Andrée | 1 | -0/+3 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-11-05 | add test for libkeccak_update | Mattias Andrée | 1 | -6/+110 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-11-05 | add check rule to the makefile | Mattias Andrée | 1 | -0/+8 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-11-05 | m | Mattias Andrée | 1 | -24/+24 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-11-05 | test cases | Mattias Andrée | 1 | -6/+101 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-11-05 | fix bugs | Mattias Andrée | 2 | -13/+20 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-11-05 | m | Mattias Andrée | 1 | -1/+1 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-11-05 | m | Mattias Andrée | 1 | -57/+57 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-11-05 | add sha3 test cases, they failed | Mattias Andrée | 1 | -0/+78 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-11-05 | test state + m doc fix + m fix | Mattias Andrée | 2 | -5/+62 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-11-05 | some preparation for selecting optimisation | Mattias Andrée | 1 | -79/+58 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-11-05 | maybe-initialised warning on -O3 in generalised-spec | Mattias Andrée | 2 | -14/+28 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-11-05 | m | Mattias Andrée | 1 | -1/+1 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-11-05 | beginning of test | Mattias Andrée | 2 | -3/+113 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-11-04 | add *.test to gitignore so it can be used for your test files | Mattias Andrée | 1 | -0/+1 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-11-04 | compile so file | Mattias Andrée | 1 | -2/+25 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-11-04 | list optimisation flags to try out (not filtered, contains all defined by gcc) | Mattias Andrée | 1 | -0/+84 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-11-04 | add and fix more warnings | Mattias Andrée | 7 | -56/+62 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> |