symm/gaead.h: Introduce a new abstraction for authenticated encryption.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 9 Nov 2018 18:17:42 +0000 (18:17 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 5 Sep 2019 00:33:36 +0000 (01:33 +0100)
commit96a5a09cc7d5327fad4992a8e1000d409853a000
tree7992dc04357f8cab92632fb41e0fff25a1d09b04
parent349817552edaaec8131fd2ad9c1532799e9f33f3
symm/gaead.h: Introduce a new abstraction for authenticated encryption.

... with additional data.

The build system is aware that these can be constructed from
blockciphers, and there is a table of the things.  Alas, there aren't
any implemented yet, so the table is empty.  For now, at any rate...
symm/Makefile.am
symm/gaead.c [new file with mode: 0644]
symm/gaead.h [new file with mode: 0644]
symm/modes.am.in