From a681219a9275ded66dd927750edcec7859cbffbb Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Thu, 28 Aug 2014 00:41:44 +0200 Subject: Add UHASH implementation --- src/crypto/mac/uhash/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/crypto/mac/uhash/CMakeLists.txt (limited to 'src/crypto/mac/uhash/CMakeLists.txt') diff --git a/src/crypto/mac/uhash/CMakeLists.txt b/src/crypto/mac/uhash/CMakeLists.txt new file mode 100644 index 0000000..04884d3 --- /dev/null +++ b/src/crypto/mac/uhash/CMakeLists.txt @@ -0,0 +1,2 @@ +fastd_mac(uhash uhash.c) +add_subdirectory(builtin) -- cgit v1.2.3