aboutsummaryrefslogtreecommitdiffstats
path: root/hmac_update.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-07-07Remove documentation from .c files that already exist in .h filesMattias Andrée1-8/+0
Signed-off-by: Mattias Andrée <maandree@kth.se>
2019-02-10Minor improvement and man pages for HMACMattias Andrée1-9/+6
Signed-off-by: Mattias Andrée <maandree@kth.se>
2019-02-10Add HMAC and use void * instead of char * for binary dataMattias Andrée1-0/+26
Signed-off-by: Mattias Andrée <maandree@kth.se>