aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (unfollow)
Commit message (Expand)AuthorFilesLines
2019-02-11Deprecate typedefsMattias Andrée1-1/+3
2019-02-11Split most .c files into one per function and flatten file hierarchyMattias Andrée1-7/+24
2019-02-10General API improvementsMattias Andrée1-14/+5
2019-02-09Fix makefile add add OSCONFIGFILEMattias Andrée1-74/+71
2019-02-09Remove texinfo file (it was truncated anyhow for some reason)Mattias Andrée1-27/+1
2017-10-21Fix makefile1.1.4Mattias Andrée1-1/+1
2017-10-18Fix use of LIBFLAGSMattias Andrée1-1/+1
2017-10-15Remove unnessary -r flag in make clean1.1.3Mattias Andrée1-2/+2
2017-10-15Makefile: use "rm -f" to prevent errors upon second cleaningLeo Izen1-14/+11
2017-10-14Use basic config by default1.1.2Mattias Andrée1-0/+1
2017-10-14Fix makefileMattias Andrée1-1/+1
2017-10-14General improvementsMattias Andrée1-305/+157
2017-10-13Change style and licenseMattias Andrée1-9/+4
2017-02-10makefile: install man pagesMattias Andrée1-12/+84
2015-10-02attributes are gcc specificMattias Andrée1-1/+3
2015-09-14start on info manualMattias Andrée1-4/+70
2015-08-31update version1.1Mattias Andrée1-1/+1
2015-07-25beginning of hmac implementationMattias Andrée1-2/+6
2015-03-28See issue #1Mattias Andrée1-2/+2
2014-11-13m0.1Mattias Andrée1-6/+6
2014-11-13mMattias Andrée1-4/+4
2014-11-12add install and uninstall rulesMattias Andrée1-0/+97
2014-11-12mMattias Andrée1-2/+2
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
2014-11-07add static library and dep listMattias Andrée1-1/+16
2014-11-06add run-benchmark ruleMattias Andrée1-0/+5
2014-11-06mMattias Andrée1-2/+5
2014-11-06improved optimisationMattias Andrée1-1/+1
2014-11-06preliminary optimisationMattias Andrée1-1/+1
2014-11-05m + benchmark-flagsMattias Andrée1-55/+1
2014-11-05add benchmark programMattias Andrée1-1/+13
2014-11-05test.c does not need its own directoryMattias Andrée1-5/+4
2014-11-05isolate optimisation to the libraryMattias Andrée1-7/+7
2014-11-05prepare check rule for the test reading the license fileMattias Andrée1-0/+3
2014-11-05add check rule to the makefileMattias Andrée1-0/+8
2014-11-05some preparation for selecting optimisationMattias Andrée1-78/+57
2014-11-05maybe-initialised warning on -O3 in generalised-specMattias Andrée1-1/+2
2014-11-05mMattias Andrée1-1/+1
2014-11-05beginning of testMattias Andrée1-3/+16
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ée1-1/+16
2014-11-04begin makefile + fix warnings and errorsMattias Andrée1-0/+13