aboutsummaryrefslogtreecommitdiffstats
path: root/libkeccak_hmac_set_key.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Organise filesMattias Andrée4 days1-47/+0
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix false warnings1.4Mattias Andrée2023-07-021-5/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* 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>