symm/ocb3.h, symm/ocb3-def.h: Implement the OCB3 auth'ned encryption mode.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 3 Nov 2018 10:54:40 +0000 (10:54 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 5 Sep 2019 00:36:08 +0000 (01:36 +0100)
commit09734e51d918e508ecbe9aab8843544f29f23cb6
tree91e8d806c950b8fbf446f83c78abc2f2679ac602
parentebb0df1d8203932379849c05bf8281b99985bd22
symm/ocb3.h, symm/ocb3-def.h: Implement the OCB3 auth'ned encryption mode.

Note that there is no PMAC3 corresponding to OCB3, like there is for the
previous two versions.  The OCB3 header-processing is not a secure
standalone MAC.
26 files changed:
symm/Makefile.am
symm/ocb3-def.h [new file with mode: 0644]
symm/ocb3.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