aboutsummaryrefslogtreecommitdiffstats
path: root/digest.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add libkeccak_zerocopy_{update,digest} and in libkeccak_generalised_sum_fd (requires man pages)Mattias Andrée2021-12-241-27/+120
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix clang warningsMattias Andrée2021-07-301-30/+49
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* General improvementsMattias Andrée2019-02-111-26/+21
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Deprecate typedefsMattias Andrée2019-02-111-14/+14
| | | | 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/+594
Signed-off-by: Mattias Andrée <maandree@kth.se>