summaryrefslogtreecommitdiff
path: root/eax.c
Commit message (Expand)AuthorAgeFilesLines
* block modes: move Galois shifts to block-internal.hDmitry Eremin-Solenikov2019-09-041-16/+2
* block-internal: add block XORing functionsDmitry Eremin-Solenikov2019-09-041-8/+1
* eax: Use uint64_t member of nettle_block16.Niels Möller2019-07-081-6/+2
* Update copyright headers for dual licensing.Niels Möller2014-04-121-23/+31
* EAX bug fix, for 32-bit platforms.Niels Möller2014-04-111-2/+2
* Define and use nettle_cipher_func, for block ciphers.Niels Möller2014-03-181-8/+8
* Use union nettle_block16 in eax structs.Niels Möller2014-01-271-33/+45
* Implemented EAX.Niels Möller2013-10-051-0/+152