diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-08-28 15:42:56 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-08-28 15:42:56 +0200 |
commit | 398f78c1ffabd48914f2a4aca5dc1d43396dbbab (patch) | |
tree | 96fb0e2a401ac6f73cd78d42f81e767e977f0ed9 /src/methods/generic_hmac_sha1/CMakeLists.txt | |
parent | b4a53fddb8b52029f8c53094e8747ed2f8cf47b8 (diff) | |
download | fastd-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/generic_hmac_sha1/CMakeLists.txt')
-rw-r--r-- | src/methods/generic_hmac_sha1/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/methods/generic_hmac_sha1/CMakeLists.txt b/src/methods/generic_hmac_sha1/CMakeLists.txt deleted file mode 100644 index b70bc1d..0000000 --- a/src/methods/generic_hmac_sha1/CMakeLists.txt +++ /dev/null @@ -1,4 +0,0 @@ -fastd_method(generic-hmac-sha1 - generic_hmac_sha1.c -) -fastd_method_link_libraries(generic-hmac-sha1 method_common) |