aboutsummaryrefslogtreecommitdiffstats
path: root/libkeccak_degeneralise_spec.c (follow)
Commit message (Collapse)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
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix libkeccak_degeneralise_spec and add missing error: LIBKECCAK_GENERALISED_SPEC_ERROR_STATE_BITRATE_CAPACITY_INCONSISTENCYMattias Andrée2022-02-261-18/+16
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix error in libkeccak_degeneralise_spec: spec->state_size was set to 1 rather than have_state_sizeMattias Andrée2022-02-261-6/+6
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Use inline instead of static inline for non-deprecated functionsMattias Andrée2021-07-301-2/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix clang warningsMattias Andrée2021-07-301-4/+11
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* General improvementsMattias Andrée2019-02-111-24/+30
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Deprecate typedefsMattias Andrée2019-02-111-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Split most .c files into one per function and flatten file hierarchyMattias Andrée2019-02-111-0/+111
Signed-off-by: Mattias Andrée <maandree@kth.se>