aboutsummaryrefslogtreecommitdiffstats
path: root/libkeccak_hmac_set_key.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix clang warningsMattias Andrée2021-07-301-2/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Do not divide by sizeof(char)Mattias Andrée2021-07-301-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* General improvementsMattias Andrée2019-02-111-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Deprecate typedefsMattias Andrée2019-02-111-1/+1
| | | | 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/+46
Signed-off-by: Mattias Andrée <maandree@kth.se>