aboutsummaryrefslogtreecommitdiffstats
path: root/extra/libkeccak_state_unmarshal.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-09-15Optimisation for w=8,16,32Mattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2024-09-15Organise filesMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2024-09-15Split libkeccak.h and fix support for architectures that do not allow misaligned memoryMattias Andrée1-14/+23
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-12-24Fix marshal and unmarshalMattias Andrée1-10/+21
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-07-30Fix clang warningsMattias Andrée1-1/+6
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-07-30Do not divide by sizeof(char)Mattias Andrée1-3/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2019-02-12Deprecate libkeccak_{state,hmac}_{unmarshal_skip,marshal_size} and replace with the functions without the _skip or _size suffixMattias Andrée1-1/+6
Signed-off-by: Mattias Andrée <maandree@kth.se>
2019-02-11General improvementsMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2019-02-11Deprecate typedefsMattias Andrée1-3/+3
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/+36
Signed-off-by: Mattias Andrée <maandree@kth.se>