summaryrefslogtreecommitdiff
path: root/cmac.c
Commit message (Expand)AuthorAgeFilesLines
* block modes: move Galois shifts to block-internal.hDmitry Eremin-Solenikov2019-09-041-26/+2
* block-internal: add block XORing functionsDmitry Eremin-Solenikov2019-09-041-5/+6
* Merge branch 'master' into siv-modesiv-modeNiels Möller2019-06-061-20/+21
|\
| * Further separation of CMAC per-message state from subkeys.cmac-layoutNiels Möller2019-06-051-20/+21
| * New struct cmac128_key.Niels Möller2019-06-011-4/+4
* | New header file cmac-internal.hNiels Möller2019-05-011-8/+9
|/
* Rearrange cmac's block_mulx, make it closer to xts_shift.Niels Möller2019-03-271-11/+16
* Mostly aesthetic changes to CMAC.Niels Möller2018-02-191-9/+8
* Reindent CMAC code to GNU standard, white space changes only.Niels Möller2018-02-191-88/+100
* Added support for CMACNikos Mavrogiannopoulos2018-02-191-0/+158