From 398f78c1ffabd48914f2a4aca5dc1d43396dbbab Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Thu, 28 Aug 2014 15:42:56 +0200 Subject: Revert "Experimental HMAC-SHA1 implementation" We don't really want to support it, and it's slower than GHASH... This reverts commit 9bf498263765328011ee105e5e7b3e1cc1b2bc3f. --- src/methods/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'src/methods/CMakeLists.txt') diff --git a/src/methods/CMakeLists.txt b/src/methods/CMakeLists.txt index 5bdd24c..f83f7b4 100644 --- a/src/methods/CMakeLists.txt +++ b/src/methods/CMakeLists.txt @@ -26,7 +26,6 @@ add_subdirectory(null) add_subdirectory(cipher_test) add_subdirectory(composed_gmac) add_subdirectory(generic_gmac) -add_subdirectory(generic_hmac_sha1) add_subdirectory(generic_poly1305) add_subdirectory(xsalsa20_poly1305) -- cgit v1.2.3