aboutsummaryrefslogtreecommitdiffstats
path: root/libkeccak_state_marshal.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Organise filesMattias Andrée4 days1-55/+0
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Split libkeccak.h and fix support for architectures that do not allow misaligned memoryMattias Andrée4 days1-12/+21
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix marshal and unmarshalMattias Andrée2021-12-241-18/+24
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix clang warningsMattias Andrée2021-07-301-1/+6
| | | | 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>
* Deprecate libkeccak_{state,hmac}_{unmarshal_skip,marshal_size} and replace with the functions without the _skip or _size suffixMattias Andrée2019-02-121-15/+17
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* General improvementsMattias Andrée2019-02-111-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Deprecate typedefsMattias Andrée2019-02-111-3/+3
| | | | 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/+33
Signed-off-by: Mattias Andrée <maandree@kth.se>