summaryrefslogtreecommitdiff
path: root/cmac.h
Commit message (Expand)AuthorAgeFilesLines
* cmac: add CMAC-DES3 (CMAC-TDES) implementationDmitry Eremin-Solenikov2019-07-101-0/+17
* cmac: add 64-bit mode CMACDmitry Eremin-Solenikov2019-07-101-0/+69
* Further separation of CMAC per-message state from subkeys.cmac-layoutNiels Möller2019-06-051-15/+22
* Revert move of cmac128_ctx indexNiels Möller2019-06-051-1/+1
* New struct cmac128_key.Niels Möller2019-06-011-3/+7
* Mostly aesthetic changes to CMAC.Niels Möller2018-02-191-15/+18
* Reindent CMAC code to GNU standard, white space changes only.Niels Möller2018-02-191-24/+28
* Added support for CMACNikos Mavrogiannopoulos2018-02-191-0/+133