aboutsummaryrefslogtreecommitdiffstats
path: root/spec/libkeccak_degeneralise_spec.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-09-15Organise filesMattias Andrée1-1/+1
2022-02-26Keccak[] is not defined via its output size, but it is only explicitly defined for Keccak1600, so proportional for restMattias Andrée1-4/+3
2022-02-26Fix libkeccak_degeneralise_spec and add missing error: LIBKECCAK_GENERALISED_SPEC_ERROR_STATE_BITRATE_CAPACITY_INCONSISTENCYMattias Andrée1-18/+16
2022-02-26Fix error in libkeccak_degeneralise_spec: spec->state_size was set to 1 rather than have_state_sizeMattias Andrée1-6/+6
2021-07-30Use inline instead of static inline for non-deprecated functionsMattias Andrée1-2/+1
2021-07-30Fix clang warningsMattias Andrée1-4/+11
2019-02-11General improvementsMattias Andrée1-24/+30
2019-02-11Deprecate typedefsMattias Andrée1-3/+3
2019-02-11Split most .c files into one per function and flatten file hierarchyMattias Andrée1-2/+1
2019-02-10General API improvementsMattias Andrée1-2/+3
2017-10-14General improvementsMattias Andrée1-0/+0
2017-10-13Change style and licenseMattias Andrée1-113/+81
2017-02-10bump year and change e-mailMattias Andrée1-1/+1
2015-10-04mMattias Andrée1-1/+1
2015-10-02only include gcc diagnositic pragma when compiling with gccMattias Andrée1-0/+5
2015-08-31fix warning (compiler regression?)Mattias Andrée1-5/+4
2015-07-25bump yearMattias Andrée1-1/+1
2014-11-05mMattias Andrée1-3/+3
2014-11-05maybe-initialised warning on -O3 in generalised-specMattias Andrée1-13/+26
2014-11-04add and fix more warningsMattias Andrée1-1/+1
2014-11-04begin makefile + fix warnings and errorsMattias Andrée1-5/+12
2014-11-04add generalised-specMattias Andrée1-0/+119