From 35748654f39a99c226cd14f3b92822eb64bd7037 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 1 Dec 2013 07:40:27 +0100 Subject: Add fast SSE2 implementations "xmm" for Salsa20 and Salsa20/12 Public Domain implementations by D. J. Bernstein, see http://cr.yp.to/snuffle.html --- src/crypto/cipher/salsa20/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/crypto/cipher/salsa20/CMakeLists.txt') diff --git a/src/crypto/cipher/salsa20/CMakeLists.txt b/src/crypto/cipher/salsa20/CMakeLists.txt index 3d9654e..9f8f9f3 100644 --- a/src/crypto/cipher/salsa20/CMakeLists.txt +++ b/src/crypto/cipher/salsa20/CMakeLists.txt @@ -1,2 +1,3 @@ fastd_cipher(salsa20 salsa20.c) +add_subdirectory(xmm) add_subdirectory(nacl) -- cgit v1.2.3