From 08892cdc5408e51f8e6a9ac316f7831a538ef123 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Thu, 21 Nov 2013 18:39:12 +0100 Subject: Add salsa20 cipher --- src/crypto/cipher/salsa20/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/crypto/cipher/salsa20/CMakeLists.txt (limited to 'src/crypto/cipher/salsa20/CMakeLists.txt') diff --git a/src/crypto/cipher/salsa20/CMakeLists.txt b/src/crypto/cipher/salsa20/CMakeLists.txt new file mode 100644 index 0000000..3d325dc --- /dev/null +++ b/src/crypto/cipher/salsa20/CMakeLists.txt @@ -0,0 +1,2 @@ +fastd_cipher(salsa20) +add_subdirectory(nacl) -- cgit v1.2.3