Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmac: add CMAC-DES3 (CMAC-TDES) implementation | Dmitry Eremin-Solenikov | 2019-07-10 | 1 | -0/+17 |
* | cmac: add 64-bit mode CMAC | Dmitry Eremin-Solenikov | 2019-07-10 | 1 | -0/+69 |
* | Further separation of CMAC per-message state from subkeys.cmac-layout | Niels Möller | 2019-06-05 | 1 | -15/+22 |
* | Revert move of cmac128_ctx index | Niels Möller | 2019-06-05 | 1 | -1/+1 |
* | New struct cmac128_key. | Niels Möller | 2019-06-01 | 1 | -3/+7 |
* | Mostly aesthetic changes to CMAC. | Niels Möller | 2018-02-19 | 1 | -15/+18 |
* | Reindent CMAC code to GNU standard, white space changes only. | Niels Möller | 2018-02-19 | 1 | -24/+28 |
* | Added support for CMAC | Nikos Mavrogiannopoulos | 2018-02-19 | 1 | -0/+133 |