aboutsummaryrefslogtreecommitdiffstats
path: root/common.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-07-08Add code using SHA intrinsicsMattias Andrée1-3/+5
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-07-07mMattias Andrée1-1/+0
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-07-07mMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-07-07Use uint_least32_t instead of uint32_tMattias Andrée1-0/+10
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-07-07Use malloc by default but allow bounded allocaMattias Andrée1-0/+6
Signed-off-by: Mattias Andrée <maandree@kth.se>