symm/eax.h, symm/eax-def.h: Implement the EAX authenticated encryption mode.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 31 Oct 2018 16:45:06 +0000 (16:45 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 5 Sep 2019 00:36:05 +0000 (01:36 +0100)
commit2964c388ff2dd177d1c4a49907904a785861f3a2
treed0c444e7c0595c4854786728910ef83691c9c4d9
parentea0540598e8259ebf543c9485d8afacd880e4d7b
symm/eax.h, symm/eax-def.h: Implement the EAX authenticated encryption mode.
26 files changed:
symm/Makefile.am
symm/eax-def.h [new file with mode: 0644]
symm/eax.h [new file with mode: 0644]
symm/t/blowfish
symm/t/cast128
symm/t/cast256.local
symm/t/des
symm/t/des3
symm/t/desx
symm/t/idea
symm/t/mars.local
symm/t/noekeon
symm/t/rc2
symm/t/rc5
symm/t/rijndael.local
symm/t/rijndael192
symm/t/rijndael256
symm/t/safer
symm/t/safersk
symm/t/serpent.local
symm/t/skipjack
symm/t/square
symm/t/tea
symm/t/twofish.local
symm/t/xtea
utils/advmodes