symm/ccm.h, symm/ccm-def.h: Implement the CCM authenticated encryption mode.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 31 Oct 2018 22:59:13 +0000 (22:59 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 5 Sep 2019 00:36:07 +0000 (01:36 +0100)
commit55b6b7226e0d53b657e533ad232aa85705ec6815
tree4bf86abb7831550977dda348224916e536552479
parent50df573383d76f5587ba5434c016fec9346d577a
symm/ccm.h, symm/ccm-def.h: Implement the CCM authenticated encryption mode.

This is pretty grim, really.
27 files changed:
symm/Makefile.am
symm/ccm-def.h [new file with mode: 0644]
symm/ccm.c [new file with mode: 0644]
symm/ccm.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