symm/: Introduce the idea of MAC modes based on blockciphers.
[catacomb] / symm / modes.am.in
index 8ce9f83..2adbac7 100644 (file)
@@ -64,6 +64,9 @@ CIPHER_MODES += @{hash:f}-@hashciphermode
 ## Modes for message authentication.
 MAC_MODES =
 %repeat
+MAC_MODES += @{blkc:f}-@blkcmacmode
+%end
+%repeat
 MAC_MODES += @{hash:f}-@hashmacmode
 %end