aboutsummaryrefslogtreecommitdiffstats
path: root/hmac_init.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove documentation from .c files that already exist in .h filesMattias Andrée2022-07-071-9/+0
* Fix HMAC and add tests1.0.1Mattias Andrée2019-02-101-1/+1
* HMAC: fix support for key lengths that are not multiples of 8Mattias Andrée2019-02-101-1/+5
* Minor improvement and man pages for HMACMattias Andrée2019-02-101-0/+4
* Add HMAC and use void * instead of char * for binary dataMattias Andrée2019-02-101-0/+45