aboutsummaryrefslogtreecommitdiffstats
path: root/libkeccak_degeneralise_spec.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Keccak[] is not defined via its output size, but it is only explicitly defined for Keccak1600, so proportional for restMattias Andrée2022-02-261-4/+3
* Fix libkeccak_degeneralise_spec and add missing error: LIBKECCAK_GENERALISED_SPEC_ERROR_STATE_BITRATE_CAPACITY_INCONSISTENCYMattias Andrée2022-02-261-18/+16
* Fix error in libkeccak_degeneralise_spec: spec->state_size was set to 1 rather than have_state_sizeMattias Andrée2022-02-261-6/+6
* Use inline instead of static inline for non-deprecated functionsMattias Andrée2021-07-301-2/+1
* Fix clang warningsMattias Andrée2021-07-301-4/+11
* General improvementsMattias Andrée2019-02-111-24/+30
* Deprecate typedefsMattias Andrée2019-02-111-3/+3
* Split most .c files into one per function and flatten file hierarchyMattias Andrée2019-02-111-0/+111