aboutsummaryrefslogtreecommitdiffstats
path: root/digest.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove useless restrict from internal functionsMattias Andrée2022-02-261-4/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Remove useless restrictsMattias Andrée2022-02-261-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Remove unused variables from libkeccak_zerocopy_digestØystein Heskestad2022-02-231-2/+0
|
* 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>