aboutsummaryrefslogtreecommitdiffstats
path: root/hmac_init.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix HMAC and add tests1.0.1Mattias Andrée2019-02-101-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* HMAC: fix support for key lengths that are not multiples of 8Mattias Andrée2019-02-101-1/+5
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Minor improvement and man pages for HMACMattias Andrée2019-02-101-0/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add HMAC and use void * instead of char * for binary dataMattias Andrée2019-02-101-0/+45
Signed-off-by: Mattias Andrée <maandree@kth.se>