aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improve makefileMattias Andrée2021-03-011-5/+6
* Deprecate libkeccak_{state,hmac}_{unmarshal_skip,marshal_size} and replace with the functions without the _skip or _size suffixMattias Andrée2019-02-121-5/+0
* Update makefile1.2Mattias Andrée2019-02-111-59/+59
* Deprecate typedefsMattias Andrée2019-02-111-1/+3
* Split most .c files into one per function and flatten file hierarchyMattias Andrée2019-02-111-7/+24
* General API improvementsMattias Andrée2019-02-101-14/+5
* Fix makefile add add OSCONFIGFILEMattias Andrée2019-02-091-74/+71
* Remove texinfo file (it was truncated anyhow for some reason)Mattias Andrée2019-02-091-27/+1
* Fix makefile1.1.4Mattias Andrée2017-10-211-1/+1
* Fix use of LIBFLAGSMattias Andrée2017-10-181-1/+1
* Remove unnessary -r flag in make clean1.1.3Mattias Andrée2017-10-151-2/+2
* Makefile: use "rm -f" to prevent errors upon second cleaningLeo Izen2017-10-151-14/+11
* Use basic config by default1.1.2Mattias Andrée2017-10-141-0/+1
* Fix makefileMattias Andrée2017-10-141-1/+1
* General improvementsMattias Andrée2017-10-141-325/+177
* Change style and licenseMattias Andrée2017-10-131-9/+4
* makefile: install man pagesMattias Andrée2017-02-101-12/+84
* attributes are gcc specificMattias Andrée2015-10-021-1/+3
* start on info manualMattias Andrée2015-09-141-4/+70
* update version1.1Mattias Andrée2015-08-311-1/+1
* beginning of hmac implementationMattias Andrée2015-07-251-2/+6
* See issue #1Mattias Andrée2015-03-281-2/+2
* m0.1Mattias Andrée2014-11-131-6/+6
* mMattias Andrée2014-11-131-4/+4
* add install and uninstall rulesMattias Andrée2014-11-121-0/+97
* mMattias Andrée2014-11-121-2/+2
* 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
* add static library and dep listMattias Andrée2014-11-071-1/+16
* add run-benchmark ruleMattias Andrée2014-11-061-0/+5
* mMattias Andrée2014-11-061-2/+5
* improved optimisationMattias Andrée2014-11-061-1/+1
* preliminary optimisationMattias Andrée2014-11-061-1/+1
* m + benchmark-flagsMattias Andrée2014-11-051-55/+1
* add benchmark programMattias Andrée2014-11-051-1/+13
* test.c does not need its own directoryMattias Andrée2014-11-051-5/+4
* isolate optimisation to the libraryMattias Andrée2014-11-051-7/+7
* prepare check rule for the test reading the license fileMattias Andrée2014-11-051-0/+3
* add check rule to the makefileMattias Andrée2014-11-051-0/+8
* some preparation for selecting optimisationMattias Andrée2014-11-051-79/+58
* maybe-initialised warning on -O3 in generalised-specMattias Andrée2014-11-051-1/+2
* mMattias Andrée2014-11-051-1/+1
* beginning of testMattias Andrée2014-11-051-3/+16
* compile so fileMattias Andrée2014-11-041-2/+25
* list optimisation flags to try out (not filtered, contains all defined by gcc)Mattias Andrée2014-11-041-0/+84
* add and fix more warningsMattias Andrée2014-11-041-1/+16
* begin makefile + fix warnings and errorsMattias Andrée2014-11-041-0/+13