X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/57f459eb156e56404ac41ed0fed9f4066e9f1c1d..HEAD:/symm/modes.am.in diff --git a/symm/modes.am.in b/symm/modes.am.in index 8ce9f832..d95a5f1c 100644 --- a/symm/modes.am.in +++ b/symm/modes.am.in @@ -61,9 +61,18 @@ CIPHER_MODES += @{blkc:f}-@blkcciphermode CIPHER_MODES += @{hash:f}-@hashciphermode %end +## Modes for authenticated encryption. +AEAD_MODES = +%repeat +AEAD_MODES += @{blkc:f}-@blkcaeadmode +%end + ## Modes for message authentication. MAC_MODES = %repeat +MAC_MODES += @{blkc:f}-@blkcmacmode +%end +%repeat MAC_MODES += @{hash:f}-@hashmacmode %end