aboutsummaryrefslogtreecommitdiffstats
path: root/libkeccak.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Suppress clang warnings1.2.2Mattias Andrée2021-07-301-0/+7
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Use inline instead of static inline for non-deprecated functionsMattias Andrée2021-07-301-60/+40
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix clang warningsMattias Andrée2021-07-301-3/+17
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Do not divide by sizeof(char)Mattias Andrée2021-07-301-4/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix warningMattias Andrée2021-07-301-1/+1
| | | | 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-72/+20
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* General improvementsMattias Andrée2019-02-111-7/+7
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Deprecate typedefsMattias Andrée2019-02-111-120/+119
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix warningsMattias Andrée2019-02-101-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* General API improvementsMattias Andrée2019-02-101-7/+1144
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* General improvementsMattias Andrée2017-10-141-0/+13
Signed-off-by: Mattias Andrée <maandree@kth.se>