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/builtin/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/crypto/mac/uhash/builtin/CMakeLists.txt (limited to 'src/crypto/mac/uhash/builtin/CMakeLists.txt') diff --git a/src/crypto/mac/uhash/builtin/CMakeLists.txt b/src/crypto/mac/uhash/builtin/CMakeLists.txt new file mode 100644 index 0000000..0bdc2ba --- /dev/null +++ b/src/crypto/mac/uhash/builtin/CMakeLists.txt @@ -0,0 +1,3 @@ +fastd_mac_impl(uhash builtin + uhash_builtin.c +) -- cgit v1.2.3