aboutsummaryrefslogtreecommitdiffstats
path: root/hmac/libkeccak_hmac_set_key.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-09-15Organise filesMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2023-07-02Fix false warnings1.4Mattias Andrée1-5/+4
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-07-30Fix clang warningsMattias Andrée1-2/+4
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-07-30Do not divide by sizeof(char)Mattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2019-02-11General improvementsMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2019-02-11Deprecate typedefsMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2019-02-11Split most .c files into one per function and flatten file hierarchyMattias Andrée1-0/+46
Signed-off-by: Mattias Andrée <maandree@kth.se>