summaryrefslogtreecommitdiffstats
path: root/src/methods/CMakeLists.txt
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2014-08-28 15:42:56 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2014-08-28 15:42:56 +0200
commit398f78c1ffabd48914f2a4aca5dc1d43396dbbab (patch)
tree96fb0e2a401ac6f73cd78d42f81e767e977f0ed9 /src/methods/CMakeLists.txt
parentb4a53fddb8b52029f8c53094e8747ed2f8cf47b8 (diff)
downloadfastd-398f78c1ffabd48914f2a4aca5dc1d43396dbbab.tar
fastd-398f78c1ffabd48914f2a4aca5dc1d43396dbbab.zip
Revert "Experimental HMAC-SHA1 implementation"
We don't really want to support it, and it's slower than GHASH... This reverts commit 9bf498263765328011ee105e5e7b3e1cc1b2bc3f.
Diffstat (limited to 'src/methods/CMakeLists.txt')
-rw-r--r--src/methods/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
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)