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