From 3e8e646b91b7256ab46eb767951d2028f0dda0eb Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 18 Nov 2013 03:49:25 +0100 Subject: Some work towards a composable GMAC method --- src/methods/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/methods/CMakeLists.txt') diff --git a/src/methods/CMakeLists.txt b/src/methods/CMakeLists.txt index e515b32..0167c48 100644 --- a/src/methods/CMakeLists.txt +++ b/src/methods/CMakeLists.txt @@ -24,6 +24,7 @@ endmacro(fastd_method_require) add_subdirectory(null) add_subdirectory(generic_gcm) +add_subdirectory(generic_gmac) add_subdirectory(xsalsa20_poly1305) -- cgit v1.2.3