From b4c9ab9a814edfb0d735a8c2e1f0c173847c0810 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 17 Nov 2013 11:43:06 +0100 Subject: Revert bytewise ghash implementation The performance gain is negligible, and OpenSSL avoids a bytewise implementation to mitigate timing attacks. This reverts commits d4916544299c28c4fb16da6d3306eea0a6d5d79f and 1b06460aa967e3afcfa6fc8d664874134ab6c739. --- src/crypto/mac/ghash/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'src/crypto/mac/ghash/CMakeLists.txt') diff --git a/src/crypto/mac/ghash/CMakeLists.txt b/src/crypto/mac/ghash/CMakeLists.txt index 481e77f..7d44b8a 100644 --- a/src/crypto/mac/ghash/CMakeLists.txt +++ b/src/crypto/mac/ghash/CMakeLists.txt @@ -1,3 +1,2 @@ fastd_mac(ghash) add_subdirectory(builtin) -add_subdirectory(tiny) -- cgit v1.2.3