summaryrefslogtreecommitdiffstats
path: root/src/crypto/cipher/blowfish_ctr/builtin/CMakeLists.txt
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2013-12-14 18:25:52 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2013-12-14 18:25:52 +0100
commit8e9c9bc6ec2877f73e0ecdfd25fbf96464f08885 (patch)
treea3aaee24bd6dbae56f8a81528a64c33c95374b94 /src/crypto/cipher/blowfish_ctr/builtin/CMakeLists.txt
parentcd1ed6a4c53606419dc1474d01bc1d4d08ccb241 (diff)
downloadfastd-8e9c9bc6ec2877f73e0ecdfd25fbf96464f08885.tar
fastd-8e9c9bc6ec2877f73e0ecdfd25fbf96464f08885.zip
Remove blowfish-ctr cipher, it's much slower than Salsa20 and probably less secure
Diffstat (limited to 'src/crypto/cipher/blowfish_ctr/builtin/CMakeLists.txt')
-rw-r--r--src/crypto/cipher/blowfish_ctr/builtin/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/crypto/cipher/blowfish_ctr/builtin/CMakeLists.txt b/src/crypto/cipher/blowfish_ctr/builtin/CMakeLists.txt
deleted file mode 100644
index cae2685..0000000
--- a/src/crypto/cipher/blowfish_ctr/builtin/CMakeLists.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-fastd_cipher_impl(blowfish-ctr builtin
- blowfish_ctr.c
-)