aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* attributes are gcc specificMattias Andrée2015-10-021-1/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* start on info manualMattias Andrée2015-09-141-4/+70
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* update version1.1Mattias Andrée2015-08-311-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* beginning of hmac implementationMattias Andrée2015-07-251-2/+6
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* See issue #1Mattias Andrée2015-03-281-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m0.1Mattias Andrée2014-11-131-6/+6
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-11-131-4/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add install and uninstall rulesMattias Andrée2014-11-121-0/+97
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-11-121-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* something seems to be wrong in libkeccak_f_round (not libkeccak_f_round64), but I have not figured out whatMattias Andrée2014-11-071-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add static library and dep listMattias Andrée2014-11-071-1/+16
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add run-benchmark ruleMattias Andrée2014-11-061-0/+5
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-11-061-2/+5
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* improved optimisationMattias Andrée2014-11-061-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* preliminary optimisationMattias Andrée2014-11-061-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + benchmark-flagsMattias Andrée2014-11-051-55/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add benchmark programMattias Andrée2014-11-051-1/+13
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* test.c does not need its own directoryMattias Andrée2014-11-051-5/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* isolate optimisation to the libraryMattias Andrée2014-11-051-7/+7
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* prepare check rule for the test reading the license fileMattias Andrée2014-11-051-0/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add check rule to the makefileMattias Andrée2014-11-051-0/+8
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* some preparation for selecting optimisationMattias Andrée2014-11-051-79/+58
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* maybe-initialised warning on -O3 in generalised-specMattias Andrée2014-11-051-1/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-11-051-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* beginning of testMattias Andrée2014-11-051-3/+16
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* compile so fileMattias Andrée2014-11-041-2/+25
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* list optimisation flags to try out (not filtered, contains all defined by gcc)Mattias Andrée2014-11-041-0/+84
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add and fix more warningsMattias Andrée2014-11-041-1/+16
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* begin makefile + fix warnings and errorsMattias Andrée2014-11-041-0/+13
Signed-off-by: Mattias Andrée <maandree@operamail.com>