aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* m + split out implemenation for w=8,16,32,64HEADmasterMattias Andrée32 hours1-0/+2
* Organise filesMattias Andrée43 hours1-44/+45
* Move man pages into man3/ and man7/Mattias Andrée45 hours1-62/+62
* Split libkeccak.h and fix support for architectures that do not allow misaligned memoryMattias Andrée45 hours1-7/+17
* Remove use of valgrind in make checkMattias Andrée2023-07-021-4/+1
* Add cSHAKEMattias Andrée2022-02-271-0/+5
* Bump lib minor numberMattias Andrée2022-02-261-1/+1
* Fix use of install_name_tool: rewrote incorrect, non-existing file1.3.1.2Mattias Andrée2022-02-191-1/+1
* Move operand for install_name_tool from macro in macos.mk to usage in Makefile1.3.1.1Mattias Andrée2022-02-191-1/+1
* Set install name for installed libraryCarlo Cabrera2022-02-191-0/+1
* Set install name in `LIBFLAGS`Carlo Cabrera2022-02-191-1/+0
* Remove use of ifeq in Makefile and move use of install_name_tool from install-time to build-timeMattias Andrée2022-02-191-3/+1
* Fix library install name in `install` target on macOSCarlo Cabrera2022-02-061-0/+3
* Add man pages for zero-copy functionsMattias Andrée2021-12-241-1/+4
* Update library version numberMattias Andrée2021-12-241-1/+1
* Add libkeccak_zerocopy_{update,digest} and in libkeccak_generalised_sum_fd (requires man pages)Mattias Andrée2021-12-241-1/+2
* Use inline instead of static inline for non-deprecated functionsMattias Andrée2021-07-301-0/+24
* 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