aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-09-14start on info manualMattias Andrée1-4/+70
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-31update version1.1Mattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-07-25beginning of hmac implementationMattias Andrée1-2/+6
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-03-28See issue #1Mattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-13m0.1Mattias Andrée1-6/+6
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-13mMattias Andrée1-4/+4
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-12add install and uninstall rulesMattias Andrée1-0/+97
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-12mMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-07something seems to be wrong in libkeccak_f_round (not libkeccak_f_round64), but I have not figured out whatMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-07add static library and dep listMattias Andrée1-1/+16
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-06add run-benchmark ruleMattias Andrée1-0/+5
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-06mMattias Andrée1-2/+5
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-06improved optimisationMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-06preliminary optimisationMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-05m + benchmark-flagsMattias Andrée1-55/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-05add benchmark programMattias Andrée1-1/+13
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-05test.c does not need its own directoryMattias Andrée1-5/+4
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-05isolate optimisation to the libraryMattias Andrée1-7/+7
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-05prepare check rule for the test reading the license fileMattias Andrée1-0/+3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-05add check rule to the makefileMattias Andrée1-0/+8
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-05some preparation for selecting optimisationMattias Andrée1-78/+57
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-05maybe-initialised warning on -O3 in generalised-specMattias Andrée1-1/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-05mMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-05beginning of testMattias Andrée1-3/+16
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-04compile so fileMattias Andrée1-2/+25
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-04list optimisation flags to try out (not filtered, contains all defined by gcc)Mattias Andrée1-0/+84
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-04add and fix more warningsMattias Andrée1-1/+16
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-04begin makefile + fix warnings and errorsMattias Andrée1-0/+13
Signed-off-by: Mattias Andrée <maandree@operamail.com>