aboutsummaryrefslogtreecommitdiffstats
path: root/hmac_init.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-02-10Fix HMAC and add tests1.0.1Mattias Andrée1-1/+1
2019-02-10HMAC: fix support for key lengths that are not multiples of 8Mattias Andrée1-1/+5
2019-02-10Minor improvement and man pages for HMACMattias Andrée1-0/+4
2019-02-10Add HMAC and use void * instead of char * for binary dataMattias Andrée1-0/+45