aboutsummaryrefslogtreecommitdiffstats
path: root/hmac_init.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-07-07Remove documentation from .c files that already exist in .h filesMattias Andrée1-9/+0
Signed-off-by: Mattias Andrée <maandree@kth.se>
2019-02-10Fix HMAC and add tests1.0.1Mattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2019-02-10HMAC: fix support for key lengths that are not multiples of 8Mattias Andrée1-1/+5
Signed-off-by: Mattias Andrée <maandree@kth.se>
2019-02-10Minor improvement and man pages for HMACMattias Andrée1-0/+4
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/+45
Signed-off-by: Mattias Andrée <maandree@kth.se>