summaryrefslogtreecommitdiffstats
path: root/src/crypto/cipher/blowfish_ctr/CMakeLists.txt
AgeCommit message (Collapse)Author
2013-12-14Remove blowfish-ctr cipher, it's much slower than Salsa20 and probably less ↵Matthias Schiffer
secure
2013-11-25Move crypto algorithm information out of implementationMatthias Schiffer
2013-11-18Remove OpenSSL-based blowfish implementationMatthias Schiffer
It doesn't have any advantages over the builtin one.
2013-11-15Allow using blowfish from OpenSSL on systems where it's available anywaysMatthias Schiffer
2013-11-04Add simple blowfish-ctr cipher implementationMatthias Schiffer