summaryrefslogtreecommitdiff
path: root/eax.c
Commit message (Expand)AuthorAgeFilesLines
* 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